First Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user