We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 532d33c + 3613fa6 commit 6b92fe3Copy full SHA for 6b92fe3
etc/configs/php/www.conf
@@ -5,10 +5,10 @@ listen = /run/php/php${PHP_VERSION}-fpm.sock
5
listen.owner = ${USER}
6
listen.group = ${USER}
7
pm = dynamic
8
-pm.max_children = 5
9
-pm.start_servers = 2
10
-pm.min_spare_servers = 1
11
-pm.max_spare_servers = 3
+pm.max_children = 15
+pm.start_servers = 5
+pm.min_spare_servers = 3
+pm.max_spare_servers = 10
12
13
; Capture PHP worker output (including error_log) and send to FPM error log
14
-catch_workers_output = yes
+catch_workers_output = yes
0 commit comments