Linux Too many open files

解决方法:

1./etc/pam.d/login 添加 

   /lib/security/pam_limits.so 

2. /etc/security/limits.conf 添加 

*          –    nofile       1006154 

3.重启机器。

猜你喜欢

转载自maxrocray.iteye.com/blog/1768721