Skip to content

Instantly share code, notes, and snippets.

@npow
Created July 7, 2014 02:58
Show Gist options
  • Save npow/4c85a5414ee90e1b4b84 to your computer and use it in GitHub Desktop.
Save npow/4c85a5414ee90e1b4b84 to your computer and use it in GitHub Desktop.
Increase number of open files on OSX
sudo sysctl -w kern.maxfiles=1048600
sudo sysctl -w kern.maxfilesperproc=1048576
ulimit -S -n 1048576
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment