php-fpm – расчет значений
If you need to calculate and change these values based on the amount of memory on the system the following command will help us to determine the memory used by each (PHP-FPM) child process: ps -ylC php-fpm –sort:rss pm.max_children can be calculated as: pm.max_children = Total RAM dedicated to the web server / Max child process …