]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-backend.rb
Fix foodcritic warning
[chef.git] / roles / web-backend.rb
index 5cda57edce712a577dad5a4aa8b7e263917d6167..d77ea1b95db5f8148272d7fb6246e79b7dd1ac73 100644 (file)
@@ -11,10 +11,8 @@ default_attributes(
   :memcached  => {
     :memory_limit => 4096
   },
-  :web => {
-    :rails_daemon_limit => 12,
-    :rails_soft_memory_limit => 512,
-    :rails_hard_memory_limit => 2048
+  :passenger => {
+    :max_pool_size => 12
   }
 )