Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0bb3057

Browse filesBrowse files
authored
Merge pull request #563 from symfony-cli/max_children
Bump pm.max_children from 5 to 30
2 parents c0e1289 + e7cd994 commit 0bb3057
Copy full SHA for 0bb3057

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎local/php/fpm.go

Copy file name to clipboardExpand all lines: local/php/fpm.go
+1-1Lines 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 = 30
9696
pm.start_servers = 2
9797
pm.min_spare_servers = 1
9898
pm.max_spare_servers = 3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.