]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
switch fsync back on for pummelzacken for now
[chef.git] / roles / pummelzacken.rb
index 7304d48ee27cc62dab5753d47c9776d908b8d61d..83329ca59ca6980879dae554141e7c67bd02b0f6 100644 (file)
@@ -24,10 +24,10 @@ default_attributes(
       :defaults => {
         :shared_buffers => "32GB",
         :work_mem => "160MB",
-        :maintenance_work_mem => "20GB",
+        :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off"
+        :fsync => "on"
       }
     }
   },
@@ -54,6 +54,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wates]",
   "role[nominatim]"
 )