]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Monkey patch git provider to add --force when fetching tags
[chef.git] / roles / pummelzacken.rb
index d237bd0535e5567a523eecc28862074e55b74b25..97f2af508a82f70beeb000ad9e07621643071fc6 100644 (file)
@@ -32,6 +32,12 @@ default_attributes(
       }
     }
   },
+  :apache => {
+    :event => {
+      :max_request_workers => 3000,
+      :threads_per_child => 70
+    }
+  },
   :nominatim => {
     :state => "standalone",
     :dbadmins => %w[lonvia tomh],
@@ -50,11 +56,6 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
-    },
-    :fpm_pools => {
-      :www => {
-        :max_children => "40"
-      }
     }
   }
 )