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