You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running RabbitMQ cluster on multiple container across few EC2 instances. I use mirrored persistent queue. Under high load I've noticed that one of slave is crushing. It's caused by Docker's OOM killer.
I guess that this is caused because RabbitMQ is not aware of cgroup memory limits and uses host memory info.
Is there a way to set memory limit through RabbitMQ configuration? Or are there any plans for supporting containers as runtime environment?