summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_misc.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index c928f58c61..0add655ad3 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -1009,9 +1009,9 @@ memory() ->
{msg_index, MsgIndex},
{other_ets, ETS - Mnesia - MsgIndex},
{binary, Bin},
- {real_system, erlang:memory(system) - ETS - Atom - Bin - Code},
{atom, Atom},
- {code, Code}].
+ {code, Code},
+ {other_system, erlang:memory(system) - ETS - Atom - Bin - Code}].
sum_proc_memory(Pids) ->
lists:foldl(