diff options
| author | Matthias Radestock <matthias@lshift.net> | 2008-12-16 13:35:14 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2008-12-16 13:35:14 +0000 |
| commit | a4684ace71798cf4eea76a0c84e6a48c911b7857 (patch) | |
| tree | beb4ce34be2b42b596ef90c57d03a2611d619d1b /ebin/rabbit.app | |
| parent | b69fe3fb62b9cb8950fa291e5023bc457c45d7c9 (diff) | |
| download | rabbitmq-server-git-a4684ace71798cf4eea76a0c84e6a48c911b7857.tar.gz | |
don't react to memory alarms when memory_alarms is false
We still register our alarm handler in that case, since that allows
alertees to register as usual, but the handler doesn't remember alertees
and does nothing on memory alarms.
Diffstat (limited to 'ebin/rabbit.app')
| -rw-r--r-- | ebin/rabbit.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rabbit.app b/ebin/rabbit.app index 5c99f5166f..93abd456da 100644 --- a/ebin/rabbit.app +++ b/ebin/rabbit.app @@ -49,4 +49,4 @@ {default_user, <<"guest">>}, {default_pass, <<"guest">>}, {default_vhost, <<"/">>}, - {start_memsup, false}]}]}. + {memory_alarms, false}]}]}. |
