Reduce RabbitMQ memory usage
The appropriate way to limit memory usage in RabbitMQ is using the vm_memory_high_watermark. You said: I’ve also tried setting the vm_memory_high_watermark to a few different values below the default (of 40%), even as low as 5%. This should work, but it might not be behaving the way you expect. In the logs, you’ll find a … Read more