]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Update upstream for fume
[chef.git] / roles / pummelzacken.rb
index 9bb0a398f6376321cce02deef8e24b0e4a9a3411..97f2af508a82f70beeb000ad9e07621643071fc6 100644 (file)
@@ -27,12 +27,19 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off"
+        :effective_io_concurrency => "256",
+        :fsync => "on"
       }
     }
   },
+  :apache => {
+    :event => {
+      :max_request_workers => 3000,
+      :threads_per_child => 70
+    }
+  },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :dbadmins => %w[lonvia tomh],
     :dbcluster => "12/main",
     :postgis => "2.5",
@@ -49,11 +56,6 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
-    },
-    :fpm_pools => {
-      :www => {
-        :max_children => "40"
-      }
     }
   }
 )