Limit children

This commit is contained in:
Juan Pablo Vial
2025-07-12 11:00:08 -04:00
parent 2efe4e4a85
commit e6e7470bb2
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -1,2 +1,2 @@
[www]
pm.max_children = 15
pm.max_children = 8