From 07519b9ca5c41c0e8a46824ccc23d9b1467d6dd8 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 8 Aug 2023 11:34:25 +0200 Subject: [PATCH] nominatim: reduce pool size for longma Need to stay within the max_connection limit. --- roles/longma.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1