From: Sarah Hoffmann Date: Tue, 8 Aug 2023 09:34:25 +0000 (+0200) Subject: nominatim: reduce pool size for longma X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/07519b9ca5c41c0e8a46824ccc23d9b1467d6dd8 nominatim: reduce pool size for longma Need to stay within the max_connection limit. --- diff --git a/roles/longma.rb b/roles/longma.rb index 6e5afb479..f109a7cbb 100644 --- a/roles/longma.rb +++ b/roles/longma.rb @@ -49,7 +49,7 @@ default_attributes( :logdir => "/ssd/nominatim/log", :api_flavour => "python", :api_workers => 45, - :api_pool_size => 15, + :api_pool_size => 10, :fpm_pools => { "nominatim.openstreetmap.org" => { :max_children => 200