Created
May 9, 2014 09:02
-
-
Save elsonwu/deadd86191796ed80d13 to your computer and use it in GitHub Desktop.
update ubuntu's ulimit
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
[ulimit] | |
edit /etc/security/limits.conf add: | |
* soft nofile 20000 | |
* hard nofile 20000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment