diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-09-21 16:41:25 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-09-21 16:41:25 +0100 |
| commit | e64ee91685d6d7a5c59992f7bdaedbe8dc53bd50 (patch) | |
| tree | ed2fb4c28dee3ddb4a18583aa488c66ab24b65c4 /src | |
| parent | 4a4e9c37f572d96746f786df80957b88694f3a9d (diff) | |
| download | rabbitmq-server-git-e64ee91685d6d7a5c59992f7bdaedbe8dc53bd50.tar.gz | |
Rename this, since it can include memory which does not still belong to a process (e.g. after GC).
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 531b5a0ce1..f9cb0d8cd0 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -766,7 +766,7 @@ memory() -> {connection_procs, Conns}, {channel_procs, Chs}, {queue_procs, Qs}, - {other_procs, Processes - Conns - Chs - Qs}, + {other_proc, Processes - Conns - Chs - Qs}, {mnesia, Mnesia}, {mgmt_db, MgmtDB}, {msg_index, MsgIndex}, |
