Removing disk_free_limit from rabbitmq conf

disk_free_limit is set to mem_relative, which is a value relative
to memory. mem_relative is currently broken in rabbitmq 3.2.x.
http://rabbitmq.1065348.n5.nabble.com/disk-free-limit-mem-relative-1-0-td36187.html

There is no use for this config. This config was added due to legacy product.

Change-Id: I94ee009827b2d97a124e031824462426469d317f
This commit is contained in:
Steve Leon 2015-06-16 11:45:16 -07:00
parent 5b33d74ffa
commit 7fb21e7840
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ cat > /etc/rabbitmq/rabbitmq.config << EOF
{rabbit, [{vm_memory_high_watermark, 0.4},
{memory_alarms, true},
{loopback_users,[]},
{disk_free_limit, {mem_relative, 1.0}},
{cluster_partition_handling, pause_minority},
{cluster_nodes, {[{%- for node_name in rabbit_nodes -%}
'rabbit@{{node_name}}' {%- if not loop.last -%},{%- endif -%}