From 4d31e5d79ee345dda2d73f52bdaa3a35d4862401 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 14 Jun 2013 13:22:23 -0400 Subject: [PATCH] puppet: Increase memcached memory limit to 512MB. (imported from commit 152c2545a3337fb1d6794a41c63c4d0b148adecc) --- servers/puppet/modules/humbug/files/memcached.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/puppet/modules/humbug/files/memcached.conf b/servers/puppet/modules/humbug/files/memcached.conf index a18a72f302..21e2eaa148 100644 --- a/servers/puppet/modules/humbug/files/memcached.conf +++ b/servers/puppet/modules/humbug/files/memcached.conf @@ -1,7 +1,7 @@ # memcached default config file # 2003 - Jay Bonci # 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