centos 服务器默认最大文件句柄数
[root@localhost ~]# ulimit -a
[root@localhost ~]# vi /etc/security/limits.conf 末尾添加
* soft nofile 65535
* hard nofile 65535
centos 服务器默认最大文件句柄数
[root@localhost ~]# ulimit -a
[root@localhost ~]# vi /etc/security/limits.conf 末尾添加
* soft nofile 65535
* hard nofile 65535
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。