Set lower values on default pm settings

This commit is contained in:
Roger Sicart 2021-05-06 10:19:09 +02:00
parent 759a165dc5
commit c62db9bbc1

View File

@ -32,10 +32,10 @@ php_fpm_pools:
pool_listen: "127.0.0.1:9000"
pool_listen_allowed_clients: "127.0.0.1"
pool_pm: dynamic
pool_pm_max_children: 50
pool_pm_start_servers: 5
pool_pm_min_spare_servers: 5
pool_pm_max_spare_servers: 5
pool_pm_max_children: 5
pool_pm_start_servers: 2
pool_pm_min_spare_servers: 1
pool_pm_max_spare_servers: 3
pool_pm_max_requests: 500
# The executable to run when calling PHP from the command line.