Hello,
I configured :
vm_memory_high_watermark.relative=0.66
As recommended in the doc i did not got to more that 0.7, and the doc is both clear and good, considering the server needs some memory to perform operations others than rabbit.
but for the
disk_free_limit.relative = 2.0
Which is the recommended configuration for maximum safety, i don't understand.
This limit is using the TOTAL memory of the server, instead of the memory allocated to rabbitmq. I don't understand that. Considering the disk_free_limit is recommended to be twice the memory allocated to rabbitmq in order to be able to save all operations in case of a shutdown, what would be the point to have a disk_free_limit relative to the TOTAL memory of the server instead of the memory ALLOCATED ?
I need to understand why it is like this in order to provide the best configuration to my production servers.
Best regards,
Nicolas