php5-fpm performance tweaking

This commit is contained in:
Adrian Malacoda 2017-01-01 00:40:12 -06:00
vanhempi fc363e5afb
commit 7936a964e9

Näytä tiedosto

@ -70,7 +70,7 @@ group = www-data
; of 'idle' processes is greater than this
; number then some children will be killed.
; Note: This value is mandatory.
pm = dynamic
pm = ondemand
; The number of child processes to be created when pm is set to 'static' and the
; maximum number of child processes to be created when pm is set to 'dynamic'.
@ -80,7 +80,7 @@ pm = dynamic
; CGI.
; Note: Used when pm is set to either 'static' or 'dynamic'
; Note: This value is mandatory.
pm.max_children = 6
pm.max_children = 50
; The number of child processes created on startup.
; Note: Used only when pm is set to 'dynamic'