]> git.openstreetmap.org Git - chef.git/commitdiff
wiki: increase memcache memory limit
authorGrant Slater <git@firefishy.com>
Thu, 4 Aug 2022 22:02:26 +0000 (01:02 +0300)
committerGrant Slater <git@firefishy.com>
Thu, 4 Aug 2022 22:02:26 +0000 (01:02 +0300)
roles/wiki.rb

index f7e20459fa299bfca617ea9bd1b93c91dbe81840..de18b4b393c43fb11c7a97cd8f8b1883580f1997 100644 (file)
@@ -37,7 +37,7 @@ default_attributes(
     ]
   },
   :memcached => {
-    :memory_limit => 1024,
+    :memory_limit => 2048,
     :connection_limit => 8192,
     :chunk_growth_factor => 1.25,
     :min_item_size => 48