<div dir="ltr"><div><a href="http://erlang.org/doc/apps/observer/observer_ug.html">http://erlang.org/doc/apps/observer/observer_ug.html</a> is a good starting point.</div><div><br></div><div>I had a good experience with <a href="https://github.com/zhongwencool/observer_cli">https://github.com/zhongwencool/observer_cli</a> & <a href="http://ferd.github.io/recon/">http://ferd.github.io/recon/</a></div><div><br></div><div>Relevant reads: <a href="https://github.com/happi/theBeamBook/blob/master/chapters/memory.asciidoc">https://github.com/happi/theBeamBook/blob/master/chapters/memory.asciidoc</a> & <a href="https://www.erlang-in-anger.com/">https://www.erlang-in-anger.com/</a><div><br></div><div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 29, 2019 at 10:47 AM Sergey Safarov <<a href="mailto:s.safarov@gmail.com">s.safarov@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"><div dir="ltr">Hello<br>On server installed program compiled using erlang 20.3.4<div>Using ps utility I can see that this program eat server memory.<br>Program use about 50G of memory.<br><br>How I can investigate what is eat memory?<br><br><font color="#0000ff">[root@node0 ~]# ps -F --pid 3947<br>UID        PID  PPID  C    SZ   RSS PSR STIME TTY          TIME CMD<br>root      3947  3638  0 22520660 56920600 6 Aug09 pts/0 17:19:16 /opt/kazoo/erts-8.3/bin/beam.smp -Bd -pc unicode -K true -A 100 -W w -- -root /opt/kazoo -progname usr/local<br>[root@node0 ~]# <br></font><br><br></div></div>
</blockquote></div>