
Performance tuning
41
• http://www.rabbitmq.com/memory.html
• http://www.rabbitmq.com/configure.html
To check the current theshold setting, enter the following command:
service rabbitmq-server status | grep vm_memory_high_watermark
To disable the threshold, follow these steps.
1. Log in to the Resource Manager master host as root or as a user with superuser privilges.
2. Create directory /etc/rabbitmq, if necessary.
test ! -d /etc/rabbitmq && mkdir -p /etc/rabbitmq
3. Change the threshold setting.
echo "[{rabbit, [{vm_memory_high_watermark, 100}]}]." >> /etc/rabbitmq/rabbitmq.config
4. Restart RabbitMQ Server.
service rabbitmq-server restart
Comentários a estes Manuais