[rabbitmq-discuss] RabbitMQ QUEUE MESSAGES
    Matthias Radestock 
    matthias at rabbitmq.com
       
    Wed Jul 17 15:15:22 BST 2013
    
    
  
On 17/07/13 14:57, rabbit15 wrote:
> Could you tell me when paging-free queues will be implemented?
Nope. It's not on our immediate todo list.
> I have changed watermark to 100 and this doesn't prevent paging. I have a
> lot of free memory when it started to slow down.
That doesn't seem right. With a watermark of 100.0 no paging should take 
place until way more than available system memory is used.
Are you sure the settings took effect? Check with 'rabbitmqctl 
environment'; it should include a line
  {vm_memory_high_watermark,100},
If that line *is* there and you still observe queue paging, please post 
the output of 'rabbitmqctl report'.
Matthias.
    
    
More information about the rabbitmq-discuss
mailing list