Skip to content

Instantly share code, notes, and snippets.

@jeygeethan
Created February 25, 2018 11:13
Show Gist options
  • Save jeygeethan/c17286b0afcc3029d851a926144366da to your computer and use it in GitHub Desktop.
Save jeygeethan/c17286b0afcc3029d851a926144366da to your computer and use it in GitHub Desktop.
Increase the open file limters on mac OS Sierra
# ~/.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