From: Sarah Hoffmann Date: Tue, 1 Aug 2023 17:51:34 +0000 (+0200) Subject: nominatim: reduce pool size for stormfly X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/206e81f56517b80bb57e95f444cb8880ab4552ad nominatim: reduce pool size for stormfly --- diff --git a/roles/stormfly-04.rb b/roles/stormfly-04.rb index d16d09fa1..2d03f873e 100644 --- a/roles/stormfly-04.rb +++ b/roles/stormfly-04.rb @@ -40,7 +40,7 @@ default_attributes( :logdir => "/ssd/nominatim/log", :fpm_pools => { "nominatim.openstreetmap.org" => { - :max_children => 100 + :max_children => 80 } } }