Skip to content

Commit

Permalink
Tweak PHP-FPM
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Oct 4, 2023
1 parent 9b2f7bd commit 77eb149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opt/php/www.conf
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ 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 = 50
pm.max_children = 90

; The number of child processes created on startup.
; Note: Used only when pm is set to 'dynamic'
Expand All @@ -121,7 +121,7 @@ pm.start_servers = 10
; 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 = 10
pm.min_spare_servers = 5

; The desired maximum number of idle server processes.
; Note: Used only when pm is set to 'dynamic'
Expand Down

0 comments on commit 77eb149

Please sign in to comment.