2019年7月19日
摘要: 1) 优化 Linux 文件打开最大数: vi /etc/security/limits.conf * soft nproc 65535 * hard nproc 65535 * soft nofile 65535 * hard nofile 65535 为了防止失控的进程破坏系统的性能,Unix 阅读全文
posted @ 2019-07-19 17:32 heping1314 阅读(1501) 评论(0) 推荐(0) 编辑