diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-01-06 17:23:59 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-01-06 17:23:59 +0000 |
| commit | 1eb9dd178daee2f7e292e9a7da46aa447d4261e3 (patch) | |
| tree | 4495cd2ee124be66c2baee6c56f23ae91db6baa2 /ebin | |
| parent | 024f3ea569c94a2b967644d5d51a0f2acf99d4d5 (diff) | |
| download | rabbitmq-server-git-1eb9dd178daee2f7e292e9a7da46aa447d4261e3.tar.gz | |
enable memory alarms by default on linux
Diffstat (limited to 'ebin')
| -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 70a1320855..0d714fdf3d 100644 --- a/ebin/rabbit.app +++ b/ebin/rabbit.app @@ -54,4 +54,4 @@ {default_user, <<"guest">>}, {default_pass, <<"guest">>}, {default_vhost, <<"/">>}, - {memory_alarms, false}]}]}. + {memory_alarms, auto}]}]}. |
