Дочерний элемент php-fpm x вышел по сигналу 9 и сделал php-fpm.log огромнымPhp

Кемеровские программисты php общаются здесь
Anonymous
Дочерний элемент php-fpm x вышел по сигналу 9 и сделал php-fpm.log огромным

Сообщение Anonymous »


I am using:

macOS 11.3.1

PHP 7.3.28 (installed with brew)

Nginx 1.19.10 (installed with brew)

I notice that /usr/local/var/log/php-fpm.log is increasing very quickly and soon even reach 10G+. It is writing logs like:

[14-May-2021 11:48:56] NOTICE: [pool www] child 17478 started [14-May-2021 11:48:56] WARNING: [pool www] child 17478 exited on signal 9 (SIGKILL) after 0.000189 seconds from start [14-May-2021 11:48:56] NOTICE: [pool www] child 17479 started [14-May-2021 11:48:56] WARNING: [pool www] child 17479 exited on signal 9 (SIGKILL) after 0.000285 seconds from start [14-May-2021 11:48:56] NOTICE: [pool www] child 17480 started [14-May-2021 11:48:56] WARNING: [pool www] child 17480 exited on signal 9 (SIGKILL) after 0.000277 seconds from start [14-May-2021 11:48:56] NOTICE: [pool www] child 17481 started [14-May-2021 11:48:56] WARNING: [pool www] child 17481 exited on signal 9 (SIGKILL) after 0.000238 seconds from start I stop the php service and then it stops logging. I am wondering what causes this. and 0.000189 seconds is very strange.

I googled but got nothing useful, only this: opcache_reset will cause running FPM process stop with SIGKILL

I don't know if this is related to what happened to me.


Источник: https://stackoverflow.com/questions/675 ... m-log-huge

Вернуться в «Php»