From: Grant Slater Date: Fri, 5 Aug 2022 01:26:55 +0000 (+0300) Subject: wiki: increase memcache memory to 4GB X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/72fb961e4150856e029b53375c86e7e647026453 wiki: increase memcache memory to 4GB --- diff --git a/roles/wiki.rb b/roles/wiki.rb index de18b4b39..7c4bf6380 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -37,7 +37,7 @@ default_attributes( ] }, :memcached => { - :memory_limit => 2048, + :memory_limit => 4096, :connection_limit => 8192, :chunk_growth_factor => 1.25, :min_item_size => 48