代码改变世界

随笔档案-2021年8月6日

nginx 报错 too many open files

2021-08-06 00:09 by 张紫荣, 519 阅读, 收藏,
摘要: 系统访问异常,登录到后台查看nginx日志,发现error.log中出现大量的(to many open files)的问题。 遇到这种情况一般排查两个地方: 1、linux 打开文件句柄数 ulimit -a core file size (blocks, -c) 0 data seg size 阅读全文