Skip to content

Instantly share code, notes, and snippets.

@zyuzuguldu
Last active April 21, 2019 08:22
Show Gist options
  • Save zyuzuguldu/1f9e93a69c15f5cc7a57 to your computer and use it in GitHub Desktop.
Save zyuzuguldu/1f9e93a69c15f5cc7a57 to your computer and use it in GitHub Desktop.
maximum number of open file descriptors
~ $ 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