Skip to content

Commit 8b49cd6

Browse files
committed
Increase PHP-FPM children
1 parent e072524 commit 8b49cd6

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[www]
22

3-
; Pool config
43
pm = dynamic
5-
pm.max_children = 5
6-
pm.start_servers = 2
7-
pm.min_spare_servers = 1
8-
pm.max_spare_servers = 3
4+
pm.max_children = 20
5+
pm.start_servers = 10
6+
pm.min_spare_servers = 5
7+
pm.max_spare_servers = 10

0 commit comments

Comments
 (0)