[rabbitmq-discuss] Regarding disk free limit
    Simon MacMullen 
    simon at rabbitmq.com
       
    Thu Aug 29 11:16:48 BST 2013
    
    
  
On 27/08/2013 1:58PM, Jain, Punit wrote:
> Still, is there any way RabbitMQ occupying disk space? Currently we
> have around 1GB free space in root partition which will not be used
> by any software or user.
All current versions of RabbitMQ will page messages out to disk if 
memory starts to become even slightly tight.
The next release (3.2.0 in case someone is reading this on a web archive 
in the future) will make this tunable, so if you really need to ensure 
RabbitMQ never pages messages out you could install a nightly build and 
investigate the vm_memory_high_watermark_paging_ratio configuration item 
documented at http://next.rabbitmq.com/memory.html#memsup-paging - 
setting it to a number greater than 1.0 should disable paging.
Cheers, Simon
-- 
Simon MacMullen
RabbitMQ, Pivotal
    
    
More information about the rabbitmq-discuss
mailing list