Skip to content

Commit e7cd994

Browse files
committed
Bump pm.max_children from 5 to 100
1 parent 8570e11 commit e7cd994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/php/fpm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ daemonize = no
9292
listen = %s
9393
listen.allowed_clients = 127.0.0.1
9494
pm = dynamic
95-
pm.max_children = 5
95+
pm.max_children = 30
9696
pm.start_servers = 2
9797
pm.min_spare_servers = 1
9898
pm.max_spare_servers = 3

0 commit comments

Comments
 (0)