2020年7月1日
摘要: nginx出现错误Too many open files 可以通过命令查看系统打开文件数的限制 血的教训 编辑/etc/security/limits.conf在末尾添加如下内容 root soft nofile 1000000 root hard nofile 1000000 添加完效果如下 上面 阅读全文
posted @ 2020-07-01 20:34 弘道者 阅读(171) 评论(0) 推荐(0) 编辑