You may need to address this warning message to avoid out of memory (OOM) issues. Here are a number of ways to address this:
- Review your collect_statistics_interval configuration (in milliseconds) and adjust accordingly. You may want to put on a longer interval so that the statistics database (DB) will not be overwhelmed.
[{rabbit,[ {tcp_listeners,[5672]}
{collect_statistics_interval, 30000} ] },
{rabbitmq_management,[ {http_log_dir, "/tmp/rabbit-mgmt"},
{rates_mode, basic}] }].
- Another configuration to review is the rates_mode. Depending on the mode you choose, this will determine the rate of message events sent to the statistics DB.
- Follow the instructions in the Restart statistics database section here.
- If the problem occurs from time to time, please contact Pivotal Support.
Please note: if there is a change of configuration on Step 1 and Step 2, RabbitMQ needs to be restarted for those changes to apply.