I have 2 RabbitMQ nodes in the cluster.
I decided to change Disk Space Free Limit in the configuration file to be memory relative as opposed to hard-coded value.
{disk_free_limit, {mem_relative, 2.0}}
What I understand is: set a disk free limit (before alarm and block for messages being published) should be 2*RAM memory, in my case 2GB
RabbitMQ seems to work well etc.
The only strange thing is that in the RabbitMQ Management Pluggin Disk space column is showing value (not available)
Is there a problem that I might not be aware? Or maybe it's just the behavior of RabbitMQ for that configuration?
Thank you.
Some information about version:
RabbitMQ version: 3.6.0
Erlang version: 7.2.1
Operating System and version: Windows Server 2012R2 Standard
