diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-12-18 12:00:30 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-12-18 12:00:30 +0000 |
| commit | c102827117fcf636501869286bed73459d261015 (patch) | |
| tree | 81cfe08724338e8f8c7af3ba038e68e347fb303b /src | |
| parent | 719a8ff67308eb1b80a61ada6bfae7b7ef8da64b (diff) | |
| parent | d5522a16fe8528f494a38ab2c6350e731fddab3a (diff) | |
| download | rabbitmq-server-git-c102827117fcf636501869286bed73459d261015.tar.gz | |
whoops, we seemed to end up with multiple heads here
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_memory_monitor.erl | 2 |
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 |
