<div>Hi</div>
<div> </div>
<div>If I do the 'top' then the beam is using</div>
<div> </div>
<div>Size: 302M RSS: 302M SHARE: 1716</div>
<div> </div>
<div>However, when I do the erlang:memory()</div>
<div> </div>
<div>[{total,13418553},<br> {processes,3778222},<br> {processes_used,3386662},<br> {system,9640331},<br> {atom,590253},<br> {atom_used,580770},<br> {binary,218737},<br> {code,6708906},<br> {ets,834788}]</div>
<div> </div>
<div>It is showing different number? Why there is such a discrepancies?</div>
<div> </div>
<div>I am running Yaws on OTP r10b-9. I do see the issue once i do stress testing using tool to generate about 500 user sessions.</div>
<div> </div>
<div>regards,<br></div>