Created
July 7, 2014 02:58
-
-
Save npow/4c85a5414ee90e1b4b84 to your computer and use it in GitHub Desktop.
Increase number of open files on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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