Last active
April 21, 2019 08:22
-
-
Save zyuzuguldu/1f9e93a69c15f5cc7a57 to your computer and use it in GitHub Desktop.
maximum number of open file descriptors
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
~ $ vim /etc/security/limits.conf | |
# change the followings | |
# * hard nofile 10000 | |
# * soft nofile 10000 | |
# Then you may check limits | |
~ $ ulimit -Sn | |
~ $ ulimit -Hn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment