`

CentOS Too many open files

 
阅读更多

打开Terminal提示下列报错

There was an error creating the child process for this terminal
Failed to create pipe for communicating with
child process (Too many open files)

 

解决方法

vim /etc/security/limits.conf

增加

* soft nofile 8096
* hard nofile 20480

作用在于更改ulimit open files

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics