]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Add rails41.apis.dev.openstreetmap.org
[chef.git] / roles / pummelzacken.rb
index 341b87e27ad4a70d3e1475eded19dfb7ffeb060f..83329ca59ca6980879dae554141e7c67bd02b0f6 100644 (file)
@@ -22,11 +22,12 @@ default_attributes(
     :versions => [ "9.3" ],
     :settings => {
       :defaults => {
-        :shared_buffers => "24GB",
+        :shared_buffers => "32GB",
         :work_mem => "160MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
-        :effective_cache_size => "48GB"
+        :effective_cache_size => "60GB",
+        :fsync => "on"
       }
     }
   },
@@ -39,10 +40,12 @@ default_attributes(
     },
     :fpm_pools => {
         :www => {
+            :port => "8000",
             :pm => "dynamic",
             :max_children => "70"
         },
         :bulk => {
+            :port => "8001",
             :pm => "static",
             :max_children => "10"
         }
@@ -51,6 +54,6 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-internal]",
+  "role[ucl-wates]",
   "role[nominatim]"
 )