ulimit –n 命令查看fd限制
默认会是1000或者1024
cat /etc/security/limits.conf
Vi /etc/security/limits.conf
添加如下
* soft nofile 20480
* hard nofile 20480
重启电脑,用ulimit -n查看是否修改成功
ulimit –n 命令查看fd限制
默认会是1000或者1024
cat /etc/security/limits.conf
Vi /etc/security/limits.conf
添加如下
* soft nofile 20480
* hard nofile 20480
重启电脑,用ulimit -n查看是否修改成功