Skip to content

Instantly share code, notes, and snippets.

@fay
Created April 8, 2013 02:28
Show Gist options
  • Save fay/5333763 to your computer and use it in GitHub Desktop.
Save fay/5333763 to your computer and use it in GitHub Desktop.
linux ulimit
在etc/security/limits.conf加入:
* soft nofile 51200
* hard nofile 51200
过一会再查看:ulimit -HSn
应用程序需要重新启动才生效
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment