]> git.openstreetmap.org Git - chef.git/commitdiff
pummelzacken: increase apache workers
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 13 Apr 2020 13:26:00 +0000 (15:26 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 13 Apr 2020 13:26:00 +0000 (15:26 +0200)
roles/pummelzacken.rb

index 75f9a3c690599d0896c40dfaac79cc7d7f95a438..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],