Created
February 25, 2018 11:13
-
-
Save jeygeethan/c17286b0afcc3029d851a926144366da to your computer and use it in GitHub Desktop.
Increase the open file limters on mac OS Sierra
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
# ~/.bash_profile | |
# change open file descriptors limit | |
ulimit -n 65536 200000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment