Skip to main content

CRE-2024-0007

RabbitMQ Mnesia overloadedCritical
Impact: 9/10
Mitigation: 8/10

CRE-2024-0007View on GitHub

Description

The underlying Erlang process, Mnesia, is overloaded (`** WARNING ** Mnesia is overloaded`). \n

Mitigation

- Increase the size of the cluster\n- Increase the Kubernetes CPU limits for the RabbitMQ brokers\n- Consider adjusting mirroring policies to limit the number of mirrored queues\n- Remove high-availability policies from queues where it is not needed\n- Consider using [lazy queues](https://www.rabbitmq.com/docs/lazy-queues) to avoid incurring the costs of writing data to disk \n

References