I wonder if you can get php-fpm buddy to report what process manager is being used for each pool
pm = dynamic
or
pm = static
or
pm = ondemand
and recommend ondemand unless the pools are superbusy, otherwise pools will have idle procs that comsume memory needlessly.
http://community.webcorecloud.com/tutorials/php_fpm_ondemand_process_manager_vs_dynamic/
I wonder if you can get php-fpm buddy to report what process manager is being used for each pool
and recommend ondemand unless the pools are superbusy, otherwise pools will have idle procs that comsume memory needlessly.