Skip to content

Commit 40c2e0e

Browse files
committed
Increase size of php-fpm pool for the main wiki
1 parent 9fcfa1a commit 40c2e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbooks/wiki/recipes/default.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"wiki.openstreetmap.pro", "wiki.openstreetmaps.org",
3434
"osm.wiki", "www.osm.wiki", "wiki.osm.wiki"]
3535

36-
fpm_max_children 50
37-
fpm_start_servers 10
38-
fpm_min_spare_servers 10
39-
fpm_max_spare_servers 20
36+
fpm_max_children 200
37+
fpm_start_servers 25
38+
fpm_min_spare_servers 25
39+
fpm_max_spare_servers 50
4040
fpm_prometheus_port 9253
4141

4242
database_name "wiki"

0 commit comments

Comments
 (0)