8000 Bump pm.max_children from 5 to 100 · symfony-cli/symfony-cli@3dad14a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dad14a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/php/fpm.go

Lines changed: 1 addition & 1 deletion
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 = 100
9696
pm.start_servers = 2
9797
pm.min_spare_servers = 1
9898
pm.max_spare_servers = 3

0 commit comments

Comments
 (0)
0