mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-21 08:21:16 +00:00
Increase PHP-FPM children
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
[www]
|
[www]
|
||||||
|
|
||||||
; Pool config
|
|
||||||
pm = dynamic
|
pm = dynamic
|
||||||
pm.max_children = 5
|
pm.max_children = 20
|
||||||
pm.start_servers = 2
|
pm.start_servers = 10
|
||||||
pm.min_spare_servers = 1
|
pm.min_spare_servers = 5
|
||||||
pm.max_spare_servers = 3
|
pm.max_spare_servers = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user