Llinux 进程级文件句柄调优 limits.conf 标准配置

 
 
配置文件: /etc/security/limits.conf
root soft nofile 655360
root hard nofile 655360
root soft nproc 655360
root hard nproc 655360
* soft nofile 655360
* hard nofile 655360
* soft memlock unlimited
* hard memlock unlimited
* soft core unlimited
* hard core unlimited
* soft stack unlimited
* hard stack unlimited
* soft sigpending 655360
* hard sigpending 655360
posted @ 2025-04-16 13:21  caonw  阅读(26)  评论(0)    收藏  举报