X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/06fe517ef613b95cf76b6d3497b18d0e8d3c0eca..ef193e96760ed795494ffb3812e909c6655dc221:/roles/vhagar.rb diff --git a/roles/vhagar.rb b/roles/vhagar.rb index df5fe535d..fc482f341 100644 --- a/roles/vhagar.rb +++ b/roles/vhagar.rb @@ -31,15 +31,11 @@ default_attributes( }, :nominatim => { :state => "standalone", + :dbcluster => "15/main", :flatnode_file => "/srv/nominatim.openstreetmap.org/planet-project/nodes.store", :api_flavour => "python", - :api_workers => 38, - :api_pool_size => 10, - :fpm_pools => { - "nominatim.openstreetmap.org" => { - :max_children => 200 - } - } + :api_workers => 24, + :api_pool_size => 8 } )