摘要: 最大文件打开数限制 1、vim /etc/security/limits.conf * soft nofile 65536 * hard nofile 65536 2、vim /etc/profile ulimit -SHn 65536 source /etc/profile //生效 /etc/s 阅读全文
posted @ 2019-01-17 11:57 记忆抹不去 阅读(8379) 评论(0) 推荐(1)