spot13 / pmcalculator

A simple process manager calculator that helps determine the correct values for child processes in PHP-FPM
MIT License
198 stars 46 forks source link

Update to work out for shared server. #2

Closed adambirds closed 2 years ago

adambirds commented 2 years ago

is there any chance you can edit this to work it out for a shared server where each website has its own php-fpm pool so we know what each pools settings need to be?

spot13 commented 2 years ago

We would need to understand how the server resources are divided up between the shared environments, if they are not then I don't think you could really calculate as you wouldn't know the average process load.