网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

bash:fork:Resource temporarily unavailable

时间:2024-11-07 19:52:04

1、[root@server]# echo -ne "* soft nofile 102400* hard nofile 102400* soft noproc 10240* hard noproc 10240" >>/etc/security/limits.conf

2、使用ssh再次登录就可以生效

3、注1:统计打开进程数量#ps -ef |wc -c

4、注2:统计进程打开文件的句柄数量# lsof -n | awk '{print $2}'| sort | uniq -c | sort -nr | grep过滤条件其中第一列是打开的句柄数,第二列是进程ID。

5、注3:统计线程数#pstree -p | wc -l

© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com