summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-12-18 12:00:57 +0000
committerMatthew Sackman <matthew@lshift.net>2009-12-18 12:00:57 +0000
commit4b9976db82880cb3cdba8d37509223e5606db60e (patch)
treed3d5e01377edbf62102f5a35e13998678a60fa60
parent3bc49c5632550e69aa569120e0e02b63de30a011 (diff)
parentc102827117fcf636501869286bed73459d261015 (diff)
downloadrabbitmq-server-git-4b9976db82880cb3cdba8d37509223e5606db60e.tar.gz
merging 21673 into 22161
-rw-r--r--src/rabbit_memory_monitor.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_memory_monitor.erl b/src/rabbit_memory_monitor.erl
index 5c0b2daaa3..d6693d95a9 100644
--- a/src/rabbit_memory_monitor.erl
+++ b/src/rabbit_memory_monitor.erl
@@ -65,7 +65,7 @@
%% of the system. In short, we aim to stay some distance away from
%% when the memory alarms will go off, which cause channel.flow.
%% Note that all other Thresholds are relative to this scaling.
--define(MEMORY_LIMIT_SCALING, 0.6).
+-define(MEMORY_LIMIT_SCALING, 0.4).
-define(LIMIT_THRESHOLD, 0.5). %% don't limit queues when mem use is < this