We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf502a commit 1c8d5deCopy full SHA for 1c8d5de
config/fpm-pool.conf
@@ -19,7 +19,7 @@ listen = /run/php-fpm.sock
19
pm.status_path = /fpm-status
20
21
; Ondemand process manager
22
-pm = ondemand
+pm = static
23
24
; The number of child processes to be created when pm is set to 'static' and the
25
; maximum number of child processes when pm is set to 'dynamic' or 'ondemand'.
@@ -30,7 +30,7 @@ pm = ondemand
30
; forget to tweak pm.* to fit your needs.
31
; Note: Used when pm is set to 'static', 'dynamic' or 'ondemand'
32
; Note: This value is mandatory.
33
-pm.max_children = 100
+pm.max_children = 20
34
35
; The number of seconds after which an idle process will be killed.
36
; Note: Used only when pm is set to 'ondemand'
0 commit comments