]> git.openstreetmap.org Git - chef.git/commitdiff
Increase the size of the memcache store on the web backends
authorTom Hughes <tom@compton.nu>
Thu, 14 Nov 2013 21:48:59 +0000 (21:48 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 14 Nov 2013 21:48:59 +0000 (21:48 +0000)
roles/web-backend.rb

index 6c87efcbd4b1750d76438ae9e3b812f388b65b10..5cda57edce712a577dad5a4aa8b7e263917d6167 100644 (file)
@@ -9,7 +9,7 @@ default_attributes(
     }
   },
   :memcached  => {
     }
   },
   :memcached  => {
-    :memory_limit => 512
+    :memory_limit => 4096
   },
   :web => {
     :rails_daemon_limit => 12,
   },
   :web => {
     :rails_daemon_limit => 12,