Created
March 16, 2020 13:05
-
-
Save DataGreed/f7e56fd80a37d087f8cd21a7e51e34a9 to your computer and use it in GitHub Desktop.
file descriptors MacOS
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
# per terminal session | |
# check | |
ulimit -a | |
# set, e.g. 4096 | |
ulimit -n 4096 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check https://superuser.com/questions/433746/is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1#