fix: tune nextcloud / php-fpm pool settings #42

Merged
teutat3s merged 1 commit from fix/nextcloud-tuning into main 2023-10-31 22:35:37 +00:00

1 commit

Author SHA1 Message Date
teutat3s 9fc42c44a8
fix: tune nextcloud / php-fpm pool settings
Calculated on https://spot13.com/pmcalculator/
with 4GiB RAM available, average php-fpm process size 80MiB

Original settings are
pm = dynamic
pm.max_children = 32
pm.max_requests = 500
pm.max_spare_servers = 4
pm.min_spare_servers = 2
pm.start_servers = 2
2023-10-31 21:24:27 +01:00