Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the maximum open file limit section #4915

Merged
merged 2 commits into from
Apr 11, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Clarified SDK Reference
  • Loading branch information
JRAlexander committed Apr 11, 2018
commit 97cbfee2d52eec8545cdca5966e7e5c9459529ac
4 changes: 2 additions & 2 deletions docs/core/macos-prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Download and install the .NET Core SDK from [.NET Downloads](https://www.microso

---

## Increase the maximum open file limit (.NET Core versions before .NET Core 2.0.2)
## Increase the maximum open file limit (.NET Core versions before .NET Core SDK 2.0.2)

In older .NET Core versions (before .NET Core 2.0.2), the default open file limit on macOS may not be sufficient for some .NET Core workloads, such as restoring projects or running unit tests.
In older .NET Core versions (before .NET Core SDK 2.0.2), the default open file limit on macOS may not be sufficient for some .NET Core workloads, such as restoring projects or running unit tests.

You can increase this limit by following these steps:

Expand Down