diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2016-07-08 16:15:32 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2016-07-08 16:15:32 +0300 |
| commit | b2bb29e577193efc38d4e94b15da0052aaa5977a (patch) | |
| tree | e33a59cad22f989c7d3b3e185e4e0fc888ec18e2 | |
| parent | 7b10a4efb35f211a2f705efdae16b3efa9c12762 (diff) | |
| parent | aeb5c6b6d3e376732e03d0788cd9c76e7a79e3c4 (diff) | |
| download | rabbitmq-server-git-b2bb29e577193efc38d4e94b15da0052aaa5977a.tar.gz | |
Merge branch 'stable'
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index 10fcfe7493..710ec6ab2a 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -937,8 +937,7 @@ i(recoverable_slaves, #q{q = #amqqueue{name = Name, i(state, #q{status = running}) -> credit_flow:state(); i(state, #q{status = State}) -> State; i(garbage_collection, _State) -> - {garbage_collection, GC} = erlang:process_info(self(), garbage_collection), - GC; + rabbit_misc:get_gc_info(self()); i(reductions, _State) -> {reductions, Reductions} = erlang:process_info(self(), reductions), Reductions; |
