diff options
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 |
