修改 ulimit 参数

sudo vim /etc/security/limits.conf

文件下加:
* hard nofile 999999
* soft nofile 999999
* soft nproc 10240
* hard nproc 10240
* hard stack 102400
* soft stack 102400

  

posted @ 2019-08-21 17:46   ̄□ ̄  阅读(597)  评论(0编辑  收藏  举报