Files
3dealer/docker/php/fpm-pool.conf
T

8 lines
234 B
Plaintext
Raw Normal View History

2026-07-03 13:46:54 +00:00
[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