]> git.openstreetmap.org Git - chef.git/blobdiff - roles/web-backend.rb
Fix permissions handling replies to OTRS messages
[chef.git] / roles / web-backend.rb
index 6c87efcbd4b1750d76438ae9e3b812f388b65b10..91cd6faacb42085a308b93edb1418e38352f39f9 100644 (file)
@@ -9,10 +9,12 @@ default_attributes(
     }
   },
   :memcached  => {
-    :memory_limit => 512
+    :memory_limit => 4096
+  },
+  :passenger => {
+    :max_pool_size => 12
   },
   :web => {
-    :rails_daemon_limit => 12,
     :rails_soft_memory_limit => 512,
     :rails_hard_memory_limit => 2048
   }