]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
imagery: next gb_os_sv_diff layer available
[chef.git] / roles / nominatim.rb
index a5f30c4a39781fad67909b27f112f3b166073b85..6785c00239216594da7917525fa2e86f1c82ff46 100644 (file)
@@ -30,6 +30,7 @@ default_attributes(
         :checkpoint_segments => "32",
         :checkpoint_timeout => "10min",
         :checkpoint_completion_target => "0.9",
+        :shared_buffers => "2GB",
         :autovacuum_max_workers => "1"
       }
     }
@@ -69,7 +70,7 @@ default_attributes(
     }
   },
   :nominatim => {
-    :enabled => true,
+    :enabled => false,
     :repository => "git://git.openstreetmap.org/nominatim.git",
     :tablespaces => {
       "Osm2pgsql_Data" => "data",
@@ -82,6 +83,7 @@ default_attributes(
       "Search_Index" => "ssd1",
       "Aux_Data" => "aux",
       "Aux_Index" => "aux"
-    }
+    },
+    :redirects => {}
   }
 )