<div dir="ltr"><div>Hi</div>
<div> </div>
<div>I am running yaws server and I am seeing the memory is increased to 500M within a week.</div>
<div>If I do, erlang:memory() command</div>
<div> </div>
<div>[{total,579289283},<br> {processes,6911229},<br> {processes_used,6902485},<br> {system,572378054},<br> {atom,560685},<br> {atom_used,545713},<br> {binary,560619647},<br> {code,4569203},<br> {ets,1805204}]</div>
<div> </div>
<div>I do see binary is using up that much.</div>
<div> </div>
<div>While try to debug this, I just ran the command [ erlang:port_info(X) || X <- erlang:ports() ].</div>
<div> </div>
<div>I do see almost 1100+ 'undefined' entries shows up. Is this normal?</div>
<div> </div>
<div>Is there any relation with number of 'undefined' erlang ports and memory consumption issue?</div>
<div>Can anyone point where the possible issues lie?</div>
<div> </div>
<div>thanks in advance... </div></div>