<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 19, 2015 at 6:34 PM, Sereysethy TOUCH <span dir="ltr"><<a href="mailto:touch.sereysethy@gmail.com" target="_blank">touch.sereysethy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I just recently updated Erlang to latest version OTP 18 on Ubuntu server. It uses cowboy (websocket), ranch, ssl, erlydtl & rabbitmq. It used to work fine in OTP 17. The program is correctly compiled but during the execution the memory kept increasing. I need to restart the process every one or two hours to free some memory.</blockquote></div><br>1. Get a shell console on the node</div><div class="gmail_extra">2. call 'memory().' in the shell</div><div class="gmail_extra">3. If it reports ets as the winner, call</div><div class="gmail_extra">4. ets:i().</div><div class="gmail_extra"><br></div><div class="gmail_extra">This will give you a nice overview for where to look and verify it is the SSL problem.<br><br clear="all"><div><br></div>-- <br><div>J.</div>
</div></div>