rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

Use recon_alloc:memory to get process RSS #225

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago

Fixes #224

michaelklishin commented 7 years ago

This was reverted: we need to make sure that recon is guaranteed to be running by the time vm_memory_monitor runs, which means using a boot step (we've seen similar startup race conditions before).