Files
starter/docker/php/fpm-pool.conf
T
Konstantinos Arvanitakis b16413ff9a First Commit
2026-07-03 16:42:22 +03:00

8 lines
234 B
Plaintext

[www]
; Static workers: no spawn latency under load.
; Rule of thumb: (available container RAM in MB) / ~60 = max_children
; At 512MB container: 8, at 1GB: 16. Start conservative.
pm = static
pm.max_children = 8
pm.max_requests = 500