查看进程文件句柄设置
cat /proc/<pid>/limits
找到open files这一项,查看设置值是否过小
修改值大小:
在/etc/secutiry/limits.conf末尾添加:
root hard nofile 655360
root soft nofile 655360
修改完成后关闭客户端,如xshell,然后用命令查看是否生效:
ulimit -a
标签:files,limits,many,655360,nofile,too,open From: https://www.cnblogs.com/yb38156/p/16888087.html