From 97e0768dfae29caeb78acc6fe3427d01762315cf Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 8 Feb 2017 09:37:05 -0700 Subject: Reduce memcached memory configuration Previously the memcached configuration was set to use the defaults which would be 95% of the avaiable ram in the system. This can lead to memory contention issues if memcache is heavily utilized. This change reduces the default to 50% and exposes the ability to tune this configuration. Change-Id: Ie8a48ff4cf509e93d7c1487813d5feed5e5131a4 Closes-Bug: #1662941 --- releasenotes/notes/memcached-max-memory-ef6834d17953fca6.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/memcached-max-memory-ef6834d17953fca6.yaml (limited to 'releasenotes/notes') diff --git a/releasenotes/notes/memcached-max-memory-ef6834d17953fca6.yaml b/releasenotes/notes/memcached-max-memory-ef6834d17953fca6.yaml new file mode 100644 index 00000000..c14cefa0 --- /dev/null +++ b/releasenotes/notes/memcached-max-memory-ef6834d17953fca6.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + Memcached max memory configuration is now exposed va MemcachedMaxMemory. +upgrade: + - | + Reduce the default memory configuration for memcached from 95% to 50%. -- cgit 1.2.3-korg