nginx, php-fpm, max_children, start_servers - too many fpm instances #456
-
0 I'm having trouble figuring out why so many fpm instances are being launched. Here are my ini settings pm.max_children=1 Can someone explain this? Clearly doesn't add up. My best guess is that Nginx is launching dedicated instances independent from the pool. If this is the case, how would I go about limiting the amount of instances Nginx launches? Thanks in advance!! So far I've just been playing with the php.ini settings but haven't really dug into the role nginx plays in all this. Any point in the right direction would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Got it. There's an ini file that rewrites the global, admin panel and seems like everything else. "/etc/php/[VERSION]/fpm/pool.d/php.ini" |
Beta Was this translation helpful? Give feedback.
Got it. There's an ini file that rewrites the global, admin panel and seems like everything else. "/etc/php/[VERSION]/fpm/pool.d/php.ini"