Bird
0
0

Which rabbitmqctl command sets the memory high watermark for flow control?

easy📝 Configuration Q12 of 15
RabbitMQ - Performance Tuning
Which rabbitmqctl command sets the memory high watermark for flow control?
Arabbitmqctl set_vm_memory_high_watermark 0.4
Brabbitmqctl enable_flow_control
Crabbitmqctl set_memory_limit 512MB
Drabbitmqctl set_disk_free_limit 1GB
Step-by-Step Solution
Solution:
  1. Step 1: Recall memory watermark setting syntax

    The memory high watermark is set using set_vm_memory_high_watermark with a fraction value.
  2. Step 2: Match command to correct syntax

    rabbitmqctl set_vm_memory_high_watermark 0.4 uses the correct command and format to set the memory limit.
  3. Final Answer:

    rabbitmqctl set_vm_memory_high_watermark 0.4 -> Option A
  4. Quick Check:

    Memory limit command = set_vm_memory_high_watermark [OK]
Quick Trick: Memory limit uses set_vm_memory_high_watermark with fraction [OK]
Common Mistakes:
MISTAKES
  • Using set_memory_limit which is invalid
  • Confusing disk limit command with memory limit
  • Trying to enable flow control directly

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes