]> git.openstreetmap.org Git - chef.git/blobdiff - roles/poldi.rb
add role for standalone nominatim server and apply to poldi
[chef.git] / roles / poldi.rb
index 6d2babbbcd851c6fe9e25ac3ee7415329122e617..4782711600f521cb41b3a23a5e50d8f618654446 100644 (file)
@@ -63,7 +63,7 @@ default_attributes(
         :work_mem => "160MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
-        :effective_cache_size => "48GB",
+        :effective_cache_size => "40GB",
         :fsync => "on"
       }
     }
@@ -93,5 +93,5 @@ default_attributes(
 run_list(
   "role[ic]",
   "role[tyan-s7010]",
-  "role[nominatim-slave]"
+  "role[nominatim-standalone]"
 )