RabbitMQ - Limit memory usage

To limit the memory usage of RabbitMQ, run the following command (.e.g: to 20%):


$ sudo rabbitmqctl set_vm_memory_high_watermark 0.2




Check the log of rabbitmq at /var/log/rabbitmq/rabbit@<your_hostname>.log:





Comments