Hi I tried to man adapt the command bellow for FreeBSD but so far I haven't managed to get it working..
Could someone please help me to convert it in a way that FreeBSD understand?
I am trying to determine the memory used by each (PHP-FPM) child process to adjust my PHP-FPM setting for my php7 installation
Thank you
ps -ylC php-fpm --sort:rssCould someone please help me to convert it in a way that FreeBSD understand?
I am trying to determine the memory used by each (PHP-FPM) child process to adjust my PHP-FPM setting for my php7 installation
Code:
pm.max_children =
pm.start_servers =
pm.min_spare_servers =
pm.max_spare_servers =
pm.max_requests =
Thank you