RabbitMQ - Performance Tuning
You want to prevent RabbitMQ from raising a memory alarm until it uses 80% of available RAM instead of the default 40%. Which configuration change achieves this?
vm_memory_high_watermark setting controls memory alarm threshold as a fraction.vm_memory_high_watermark = 0.8 means alarm triggers at 80% memory use.vm_memory_high_watermark = 0.8 in rabbitmq.conf -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions