ended3월 17일· 1 sources
Your pm.max_children Math Is Wrong: Why Averages Kill Production Stability
pm.max_children 계산법이 틀렸다: 평균값이 프로덕션 안정성을 망치는 이유
Why it matters
The article argues against using average worker memory to calculate PHP-FPM's pm.max_children, recommending P95 RSS under peak traffic with a 1.2x safety factor instead. It explains how average-based sizing leads to OOM kills and swap during traffic spikes, and covers the differences between VSZ, RSS, and PSS memory metrics for accurate capacity planning.
1
Sources
+0
24h
—
Growth
179d
Active
PHP-FPMpm.max_childrenP95 RSSOOMmemory sizing