No estoy seguro de por qué el servidor llegó a max_children muy rápido. Alrededor de 2 a 5 minutos después de reiniciar php-fmp Mi servidor: 4 vCPU, 8GB Ram
registro de FPM
[19-Mar-2020 11:01:11] WARNING: [pool www] child 6984, script '/home/forge/example.com/public/index.php' (request: "GET /index.php") execution timed out (72.300251 sec), terminating [19-Mar-2020 11:01:11] WARNING: [pool www] child 6847, script '/home/forge/example.com/public/index.php' (request: "GET /index.php") execution timed out (60.922255 sec), terminating [19-Mar-2020 11:01:11] WARNING: [pool www] child 6841, script '/home/forge/example.com/public/index.php' (request: "GET /index.php") execution timed out (78.432021 sec), terminating [19-Mar-2020 11:01:11] WARNING: [pool www] child 6828, script '/home/forge/example.com/public/index.php' (request: "POST /index.php") execution timed out (71.056632 sec), terminatingConferencia de FPM
pm = dynamic pm.max_childrent = 120 pm.max_requests = 500 pm.max_spare_servers = 72 pm.min_spare_servers = 24Conferencia Nginx
location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_pass unix:/run/php/php7.4-fpm.sock; fastcgi_index index.php; include fastcgi_params; fastcgi_read_timeout 300; fastcgi_buffer_size 4k; fastcgi_buffers 32 4k; }