We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e072524 commit 8b49cd6Copy full SHA for 8b49cd6
1 file changed
Dockerfiles/base/data/php-fpm.d/pool.conf
@@ -1,8 +1,7 @@
1
[www]
2
3
-; Pool config
4
pm = dynamic
5
-pm.max_children = 5
6
-pm.start_servers = 2
7
-pm.min_spare_servers = 1
8
-pm.max_spare_servers = 3
+pm.max_children = 20
+pm.start_servers = 10
+pm.min_spare_servers = 5
+pm.max_spare_servers = 10
0 commit comments