]> git.openstreetmap.org Git - chef.git/commitdiff
wiki: increase memcache size
authorGrant Slater <git@firefishy.com>
Fri, 20 Sep 2013 16:29:13 +0000 (17:29 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 20 Sep 2013 16:29:13 +0000 (17:29 +0100)
roles/wiki.rb

index fded35d67cfe24d8a8851cf78fe0f07121ea800f..0446cca06be5c6f7e5d326af9fc0cd720ae9c8ea 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
     }
   },
   :memcached => {
-    :memory_limit => 512,
+    :memory_limit => 1024,
     :connection_limit => 8192,
     :chunk_growth_factor => 1.05,
     :min_item_size => 5