I'm not much of a system / network administrator. I'm searching for a way to properly determine the settings of my php-fpm.
So far I found this article explaining the details to calculate these settings based on the server specs (https://chrismoore.ca/2018/10/finding-the-correct-pm-max-children-settings-for-php-fpm/): pm.max_children pm.start_servers pm.min_spare_servers pm.max_spare_servers
But there's a setting here pm.max_requests
, so I'm wondering what value I should put here? How do I determine what value I should put there? Should I leave it at default 0?