<div dir="ltr"><div>my rabbitmq cluster consist of three rabbitmq service on three machine, and i use lvs to make other services can use one ip address connect to rabbitmq server. one of the machine handle three hundred connections and more than four thousand channles, send and revice rate is the same so� there is no msg in queue.but it's memory usage is growing all the time until i stop_app/start_app, when i check memory usage on rabbitmq management it shows 2.3G, but i use top on the machine can see the rabbitmq use about 13G memory, how to solve this problem? is it a bug?<br>
</div>memory info on this machine with rabbitmqctl report:<br>�{erlang_version,<br>���� "Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:24:24] [async-threads:30] [hipe] [kernel-poll:true]\n"},<br>�{memory,<br>
���� [{total,2476273832},<br>����� {connection_procs,155880032},<br>����� {queue_procs,5600},<br>����� {plugins,590576},<br>����� {other_proc,22481760},<br>����� {mnesia,104832},<br>����� {mgmt_db,2184042360},<br>����� {msg_index,40560},<br>
����� {other_ets,41907368},<br>����� {binary,34012872},<br>����� {code,19853836},<br>����� {atom,703377},<br>����� {other_system,16650659}]},<br></div>