Skip to content

Commit

Permalink
Update cfe_internal/enterprise/templates/www.conf.mustache
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Aleksandrychev <[email protected]>
  • Loading branch information
craigcomstock and aleksandrychev authored Sep 5, 2024
1 parent 024fca0 commit 13d6895
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cfe_internal/enterprise/templates/www.conf.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -124,22 +124,22 @@ pm = dynamic
; 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 = 80

; The number of child processes created on startup.
; Note: Used only when pm is set to 'dynamic'
; Default Value: (min_spare_servers + max_spare_servers) / 2
pm.start_servers = 2
pm.start_servers = 20

; The desired minimum number of idle server processes.
; Note: Used only when pm is set to 'dynamic'
; Note: Mandatory when pm is set to 'dynamic'
pm.min_spare_servers = 1
pm.min_spare_servers = 10

; The desired maximum number of idle server processes.
; Note: Used only when pm is set to 'dynamic'
; Note: Mandatory when pm is set to 'dynamic'
pm.max_spare_servers = 3
pm.max_spare_servers = 30

; The number of rate to spawn child processes at once.
; Note: Used only when pm is set to 'dynamic'
Expand Down

0 comments on commit 13d6895

Please sign in to comment.