Bird
0
0

Which RabbitMQ configuration setting directly affects memory usage to improve throughput?

easy📝 Configuration Q12 of 15
RabbitMQ - Performance Tuning
Which RabbitMQ configuration setting directly affects memory usage to improve throughput?
Avm_memory_high_watermark
Bmessage_ttl
Cqueue_expiry
Dmax_connections
Step-by-Step Solution
Solution:
  1. Step 1: Identify memory-related settings

    RabbitMQ uses vm_memory_high_watermark to limit memory usage before flow control activates.
  2. Step 2: Understand impact on throughput

    Setting vm_memory_high_watermark properly prevents memory overload and keeps message flow smooth.
  3. Final Answer:

    vm_memory_high_watermark -> Option A
  4. Quick Check:

    Memory limit setting = D [OK]
Quick Trick: Memory limit is vm_memory_high_watermark [OK]
Common Mistakes:
MISTAKES
  • Confusing message TTL with memory settings
  • Choosing max_connections which limits connections, not memory
  • Selecting queue_expiry which controls queue lifetime

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes