码迷,mamicode.com
首页 > 其他好文 > 详细

Centos 不重启 修改ulimit参数

时间:2019-10-09 19:13:16      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:sof   div   proc   stack   重启   centos   file   ulimit   etc   

cat /etc/security/limits.conf
sudo vim /etc/security/limits.conf


* hard nofile 999999
* soft nofile 999999
* soft nproc 10240
* hard nproc 10240
* hard stack 102400
* soft stack 102400

 

Centos 不重启 修改ulimit参数

标签:sof   div   proc   stack   重启   centos   file   ulimit   etc   

原文地址:https://www.cnblogs.com/mswei/p/11643586.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!