puppet: Increase memcached memory limit to 512MB.

(imported from commit 152c2545a3337fb1d6794a41c63c4d0b148adecc)
This commit is contained in:
Tim Abbott 2013-06-14 13:22:23 -04:00
parent 9e2d17ff9e
commit 4d31e5d79e

View File

@ -1,7 +1,7 @@
# memcached default config file
# 2003 - Jay Bonci <jaybonci@debian.org>
# This configuration file is read by the start-memcached script provided as
# part of the Debian GNU/Linux distribution.
# part of the Debian GNU/Linux distribution.
# Run memcached as a daemon. This command is implied, and is not needed for the
# daemon to run. See the README.Debian that comes with this package for more
@ -20,10 +20,10 @@ logfile /var/log/memcached.log
# Start with a cap of 64 megs of memory. It's reasonable, and the daemon default
# Note that the daemon will grow to this size, but does not start out holding this much
# memory
-m 256
-m 512
# Default connection port is 11211
-p 11211
-p 11211
# Run the daemon as root. The start-memcached will default to running as root if no
# -u command is present in this config file