]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vhagar.rb
Increase memory limit for frontend memcache instances
[chef.git] / roles / vhagar.rb
index 304b212db76383d71f2720878e6f46c18ad9e375..b952a699fba7f93c03f74a156fb7b216903adae5 100644 (file)
@@ -18,13 +18,13 @@ default_attributes(
         }
       },
       :external => {
-        :interface => "bond0.2",
+        :interface => "bond0.3",
         :role => :external,
         :inet => {
-          :address => "130.117.76.5"
+          :address => "184.104.179.133"
         },
         :inet6 => {
-          :address => "2001:978:2:2c::172:5"
+          :address => "2001:470:1:fa1::5"
         }
       }
     }
@@ -32,6 +32,9 @@ default_attributes(
   :nominatim => {
     :state => "standalone",
     :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