You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When PHP-FPM is reloaded via a command like "service php-fpm reload", PHP-FPM is shut down and does not restart. The following error is displayed in the log:
ERROR: failed to reload: execvp() failed: Argument list too long (7)
When debug logging is enabled, the following error is displayed:
ERROR: pid 9550, fpm_pctl_exec(), line 102: failed to reload: execvp() failed: Argument list too long (7)
The issue occurs when there are many pools (in my case, more than 4000). We are experiencing this problem in version 7.0 of PHP, but there are reports of this bug in other versions as well.
Frequently asked questions
Is your feature request related to a problem? Please describe.
When PHP-FPM is reloaded via a command like "service php-fpm reload", PHP-FPM is shut down and does not restart. The following error is displayed in the log:
ERROR: failed to reload: execvp() failed: Argument list too long (7)
When debug logging is enabled, the following error is displayed:
ERROR: pid 9550, fpm_pctl_exec(), line 102: failed to reload: execvp() failed: Argument list too long (7)
The issue occurs when there are many pools (in my case, more than 4000). We are experiencing this problem in version 7.0 of PHP, but there are reports of this bug in other versions as well.
The bug is also reported at: https://bugs.php.net/bug.php?id=68440
Describe the solution you'd like
I'd like the bug solution to be backported to the other php versions aswell: php/php-src@77bf924
The text was updated successfully, but these errors were encountered: