<div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>If you upgrade to Erlang/OTP vsn 20.3 or later this information is part of the crash dump so that you can use tools such as crash dump viewer to get this information.</div><div><br></div><div>If you want etp to not cut data you need to do:</div><div><br></div><div><font face="courier new, monospace">  set $etp_max_depth = 20000</font></div><div><font face="courier new, monospace">  set $etp_max_string_length = 10000</font></div><div><br></div><div>before you call any term printing function. You can also print the entire heap of the process using:</div><div><br></div><div>   <font face="courier new, monospace">etp-heapdump p</font></div><div><br></div><div>This will dump a lot of data that will need to dig through to try to find what is taking all of the memory.</div><div><br></div><div>Lukas</div></div></div>