Skip to content

Instantly share code, notes, and snippets.

@Jeetah
Last active April 20, 2018 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jeetah/39d6519ae1e5af9a7b68d4d33f024776 to your computer and use it in GitHub Desktop.
Save Jeetah/39d6519ae1e5af9a7b68d4d33f024776 to your computer and use it in GitHub Desktop.
Raise OSX file handle limits
echo 'kern.maxfiles=20480' | sudo tee -a /etc/sysctl.conf
echo -e 'limit maxfiles 8192 20480\nlimit maxproc 1000 2000' | sudo tee -a /etc/launchd.conf
echo 'ulimit -n 4096' | sudo tee -a /etc/profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment