Skip to content

Commit 545a771

Browse files
committed
php: raise max_children
Replace an arbitrarily picked value with a higher arbitrarily picked value.
1 parent 64cdcc4 commit 545a771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/php/templates/fpm/pool.ini.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ listen.owner = www-data
77
listen.group = www-data
88

99
pm = dynamic
10-
pm.max_children = 5
10+
pm.max_children = 20
1111
pm.start_servers = 2
1212
pm.min_spare_servers = 1
1313
pm.max_spare_servers = 3

0 commit comments

Comments
 (0)