]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-frontend.rb
Increase the apache MaxClients value for nominatim
[chef.git] / roles / web-frontend.rb
index 7657b82674384a513ed7bf5110fa4322cc149a31..1a7c7ce7a1e1a08a8efc853767c1d4279f5e5243 100644 (file)
@@ -13,8 +13,10 @@ default_attributes(
       :max_requests_per_child => 10000
     }
   },
+  :passenger => {
+    :max_pool_size => 50
+  },
   :web => {
-    :rails_daemon_limit => 50,
     :rails_soft_memory_limit => 192,
     :rails_hard_memory_limit => 512
   },