From f732c900124f75d6311b54c007a072b205b13b1b Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 5 Dec 2023 11:39:24 +0100 Subject: [PATCH] nominatim: reduce number of workers on vhagar --- roles/vhagar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/vhagar.rb b/roles/vhagar.rb index 84c371d3d..fc482f341 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -34,7 +34,7 @@ default_attributes( :dbcluster => "15/main", :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", :api_flavour => "python", - :api_workers => 25, + :api_workers => 24, :api_pool_size => 8 } ) -- 2.39.5