<div dir="ltr"><div dir="ltr">Hello!<br><br><div class="gmail_quote"><div dir="ltr">On Mon, Dec 10, 2018 at 1:20 PM Denis Kirichenko <<a href="mailto:denis.kirichenko@gmail.com">denis.kirichenko@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello. Does anybody can help me to debug std_alloc memory leak. Our <br>
production elixir/erlang application now leak for about 200MB a day. <br>
Recon shows that it is because of std_alloc. But standard allocator <br>
contains a lot of different types of data, and I don't know how to start <br>
debugging this problem. Any ideas? Any ways to inspect the erlang vm?<br><br></blockquote><div><br></div><div>You can use the instrument module to get more information, <a href="http://erlang.org/doc/man/instrument.html">http://erlang.org/doc/man/instrument.html</a></div><div><br></div><div>Note that this module had a major overhaul in OTP-21.</div><div><br></div><div>Lukas</div></div></div></div>