叫我如何不宰你 发表于 2019-10-22 18:29:53

网站这个月间接性的502错误,求解!

ERROR: An another FPM instance seems to already listen on /tmp/php-cgi.sock
ERROR: FPM initialization failed
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-new.xxx.com.pid).: Too many open files (24)
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-new.xxx.com.pid).: Too many open files (24)
ERROR: FPM initialization failed
ERROR: FPM initialization failed
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-www.xxx.com.pid).: Too many open files (24)
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-www.xxx.com.pid).: Too many open files (24)
ERROR: FPM initialization failed
ERROR: FPM initialization failed


ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-new.xxx.com.pid).: Too many open files (24)
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-new.xxx.com.pid).: Too many open files (24)
ERROR: FPM initialization failed
ERROR: FPM initialization failed
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-www.xxx.com.pid).: Too many open files (24)
ERROR: Unable to create the PID file (/usr/local/php/var/run/pid/php-fpm-www.xxx.com.pid).: Too many open files (24)
ERROR: FPM initialization failed
ERROR: FPM initialization failed

logo设计专家 发表于 2019-10-22 18:33:40

Too many open files

连接数超过了?

coffee 发表于 2019-10-22 19:37:03

你可以查一下。
php-fpm 大页内存 优化
效果还是很明显的。不过得看你机器有多大内存。
php-fpm 有不少优化比如 opcache 开启也有一定作用。

叫我如何不宰你 发表于 2019-10-24 18:50:40

coffee 发表于 2019-10-22 19:37
你可以查一下。
php-fpm 大页内存 优化
效果还是很明显的。不过得看你机器有多大内存。


谢谢,已经优化,看看后期会不会出现这个情况
页: [1]
查看完整版本: 网站这个月间接性的502错误,求解!