1. 打開編輯limits.conf文件
vi /etc/security/limits.conf
2. 插入以下內容
* hard nofile 999999
* soft nofile 999999
* soft nproc 65535
* hard nproc 65535
* hard stack 102400
* soft stack 102400
3. 查看確認是否修改成功
ulimit -a
1. 打開編輯limits.conf文件
vi /etc/security/limits.conf
2. 插入以下內容
* hard nofile 999999
* soft nofile 999999
* soft nproc 65535
* hard nproc 65535
* hard stack 102400
* soft stack 102400
3. 查看確認是否修改成功
ulimit -a
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。