We have this page on Observer and I think it can be really useful for tracking memory growth in projects:
I am also trying to move the instrument.erl module to runtime_tools in Erlang/OTP 26.0. It is basically a tool for generating histograms of memory allocation.
The code for getting allocator information is easy:
We have this page on Observer and I think it can be really useful for tracking memory growth in projects:
I am also trying to move the
instrument.erl
module toruntime_tools
in Erlang/OTP 26.0. It is basically a tool for generating histograms of memory allocation.The code for getting allocator information is easy: