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
Owner

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
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
teutat3s added 1 commit 2023-10-31 20:27:41 +00:00
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
Owner

I'm not sure how you got these settings from that calculator tbh. Could you post a screenshot?

I'm not sure how you got these settings from that calculator tbh. Could you post a screenshot?
Author
Owner
No description provided.
b12f approved these changes 2023-10-31 22:33:51 +00:00
teutat3s merged commit 7a7e4ba4b4 into main 2023-10-31 22:35:37 +00:00
teutat3s deleted branch fix/nextcloud-tuning 2023-10-31 22:35:37 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#42
No description provided.