Skip to content

Instantly share code, notes, and snippets.

@mustafaturan
Last active June 12, 2022 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mustafaturan/2cbad8e72c2ae8547a53bcf051b5fb0a to your computer and use it in GitHub Desktop.
Save mustafaturan/2cbad8e72c2ae8547a53bcf051b5fb0a to your computer and use it in GitHub Desktop.
Set max open files limit on mac
sudo sysctl -w kern.maxfiles=75000
sudo sysctl -w kern.maxfilesperproc=75000
ulimit -S -n 75000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment