From 990f873f492b7164952e2b4522fc281d6625bbb1 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Feb 03 2020 20:11:29 +0000 Subject: Merge branch 'cboltz-wiki-memcached' into 'production' Increase memcached memory usage for the wiki See merge request infra/salt!339 --- diff --git a/salt/profile/wiki/memcached.sls b/salt/profile/wiki/memcached.sls index 75783c7..072d43a 100644 --- a/salt/profile/wiki/memcached.sls +++ b/salt/profile/wiki/memcached.sls @@ -9,6 +9,6 @@ memcached: /etc/sysconfig/memcached: file.replace: - pattern: ^MEMCACHED_PARAMS=.*$ - - repl: MEMCACHED_PARAMS="-l 127.0.0.1 -m 512" + - repl: MEMCACHED_PARAMS="-l 127.0.0.1 -m 2048" - listen_in: - service: memcached