Skip to content

Conversation

@xtqqczze
Copy link

@xtqqczze xtqqczze commented Sep 8, 2025

This PR updates the README.md to clarify that raising the file descriptor limit with:

ulimit -n 2048

is only required on macOS versions prior to 14 (Sonoma).

  • Older macOS releases default to a soft limit of 256 file descriptors, which can cause dotnet restore to fail during the bootstrap.sh build.
  • Starting with macOS 14 (Sonoma), the default soft limit was increased to 2560, so manually setting the limit is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant