Lukas Larsson
2018-12-10 12:37:21 UTC
Hello!
http://erlang.org/doc/man/instrument.html
Note that this module had a major overhaul in OTP-21.
Lukas
Hello. Does anybody can help me to debug std_alloc memory leak. Our
production elixir/erlang application now leak for about 200MB a day.
Recon shows that it is because of std_alloc. But standard allocator
contains a lot of different types of data, and I don't know how to start
debugging this problem. Any ideas? Any ways to inspect the erlang vm?
You can use the instrument module to get more information,production elixir/erlang application now leak for about 200MB a day.
Recon shows that it is because of std_alloc. But standard allocator
contains a lot of different types of data, and I don't know how to start
debugging this problem. Any ideas? Any ways to inspect the erlang vm?
http://erlang.org/doc/man/instrument.html
Note that this module had a major overhaul in OTP-21.
Lukas