A simple process manager calculator that helps determine the correct values for child processes in PHP-FPM.
To find the correct process manager values, you can use the following command:
ps -eo size,pid,user,command --sort -size | awk '{ hr=$1/1024 ; printf("%13.2f Mb ",hr) } { for ( x=4 ; x<=NF ; x++ ) { printf("%s ",$x) } print "" }' | grep php-fpm
This project is licensed under the MIT License - see the LICENSE.md file for details