From a8a4d161506bf4f7b4888f52e42327cdc2dfe2a7 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 31 Aug 2026 23:32:32 +0100 Subject: [PATCH] foundation: increase php-fpm workers --- cookbooks/foundation/recipes/wiki.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 23a6686da..f0ad4ca27 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -27,10 +27,10 @@ mediawiki_site "osmfoundation.org" do aliases ["wiki.osmfoundation.org", "www.osmfoundation.org", "foundation.openstreetmap.org", "foundation.osm.org"] sitename "OpenStreetMap Foundation" - fpm_max_children 20 - fpm_start_servers 5 - fpm_min_spare_servers 5 - fpm_max_spare_servers 10 + fpm_max_children 40 + fpm_start_servers 10 + fpm_min_spare_servers 10 + fpm_max_spare_servers 20 fpm_prometheus_port 11001 database_name "osmf-wiki" database_user "osmf-wikiuser" -- 2.47.3