Limit children
This commit is contained in:
@ -125,7 +125,7 @@ pm = ondemand
|
||||
; forget to tweak pm.* to fit your needs.
|
||||
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
|
||||
; Note: This value is mandatory.
|
||||
pm.max_children = 5
|
||||
pm.max_children = 2
|
||||
|
||||
; The number of child processes created on startup.
|
||||
; Note: Used only when pm is set to 'dynamic'
|
||||
|
@ -1,2 +1,2 @@
|
||||
[www]
|
||||
pm.max_children = 15
|
||||
pm.max_children = 8
|
||||
|
Reference in New Issue
Block a user