From: Tom Hughes Date: Thu, 14 Nov 2013 21:48:59 +0000 (+0000) Subject: Increase the size of the memcache store on the web backends X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/b00300ce90097252f721ad9805eb77b7d07fda33?ds=sidebyside Increase the size of the memcache store on the web backends --- diff --git a/roles/web-backend.rb b/roles/web-backend.rb index 6c87efcbd..5cda57edc 100644 --- a/roles/web-backend.rb +++ b/roles/web-backend.rb @@ -9,7 +9,7 @@ default_attributes( } }, :memcached => { - :memory_limit => 512 + :memory_limit => 4096 }, :web => { :rails_daemon_limit => 12,