2016/03/22 18:36:46 [error] 10164#0: *167 connect() to unix:/var/run/php5-fpm.sock failed (11: Resource temporarily unavailable)
这种情况,是我 php5-fpm 的配置,还是 nginx 的配置优化问题? 访问量大了之后,就会小几率出现这种情况,有时候 reload nginx 就能恢复,有时候只能重启服务器了.. 我改怎么修复这个 error?
1
guoer 2016-03-23 10:39:07 +08:00
调大 pm.max_children 试试?
|
2
passion336699 OP @guoer 现在 max_children 值是 5,请问需要加到多少啊?
|