os_mon memsup timeout problem #14388
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
RabbitMQ 4.0.x is out of community support. The exception is harmless and should not affect RabbitMQ availability in any way.
#13759 (comment) explains what needs to change for the settings you are listing to get to The change isn't significant in scope, so anyone who cares enough can contribute it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
RabbitMQ 4.0.x is out of community support.
The exception is harmless and should not affect RabbitMQ availability in any way.
memsupis a part of Erlang/OTP, not RabbitMQ. However, due to how RabbitMQ starts that dependency, the settings fromadvanced.configwon't be loaded early enough formemsupto pick them up.#13759 (comment) explains what needs to change for the settings you are listing to get to
memsupearly enough to have an effect.The change isn't significant in scope, so anyone who cares enough can contribute it.