]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
imagery: add za_ngi_aerial using tiler
[chef.git] / roles / vhagar.rb
index b952a699fba7f93c03f74a156fb7b216903adae5..fc482f3418e6feb41a3cac6d0e39afe746115d2f 100644 (file)
@@ -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 => 24,
-    :api_pool_size => 10,
-    :fpm_pools => {
-      "nominatim.openstreetmap.org" => {
-        :max_children => 200
-      }
-    }
+    :api_pool_size => 8
   }
 )