From: Sarah Hoffmann Date: Tue, 5 Dec 2023 10:39:24 +0000 (+0100) Subject: nominatim: reduce number of workers on vhagar X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/f732c900124f75d6311b54c007a072b205b13b1b?hp=b02b631ee64ff4a5692cf9df29aa0714d430911c nominatim: reduce number of workers on vhagar --- 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 } )