linux优化
摘要:
1 #!/bin/bash 2 echo "* soft nofile 1048576" >> /etc/security/limits.conf 3 echo "* hard nofile 1048576" >> /etc/security/limits.conf 4 5 echo "fs.file-max = 1048576" >> /etc/sysctl.conf 6 ... 阅读全文
posted @ 2019-04-08 20:54 明.Sir 阅读(237) 评论(0) 推荐(0) 编辑