Last active
April 6, 2018 07:21
-
-
Save kirillgroshkov/461552027d7327a2fd66f5cfd37f885e to your computer and use it in GitHub Desktop.
Fix MacOS maxproc/maxfiles issue
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 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