Skip to content

Instantly share code, notes, and snippets.

@kirillgroshkov
Last active April 6, 2018 07:21
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 kirillgroshkov/461552027d7327a2fd66f5cfd37f885e to your computer and use it in GitHub Desktop.
Save kirillgroshkov/461552027d7327a2fd66f5cfd37f885e to your computer and use it in GitHub Desktop.
Fix MacOS maxproc/maxfiles issue
sudo launchctl limit maxproc 2000 2500
sudo launchctl limit maxfiles 2000 unlimited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment