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