Last active
June 12, 2022 08:03
-
-
Save mustafaturan/2cbad8e72c2ae8547a53bcf051b5fb0a to your computer and use it in GitHub Desktop.
Set max open files limit on mac
This file contains 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=75000 | |
sudo sysctl -w kern.maxfilesperproc=75000 | |
ulimit -S -n 75000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment