We are trying to catch a memory leak, and we are using with jemalloc. How do you change the tree to display symbol/class names? Right now, our gif looks like this:
On most tutorials I see, they just say to set the following 2 env vars:
echo $LD_PRELOAD
/usr/lib/x86_64-linux-gnu/libjemalloc.so
echo $MALLOC_CONF
prof:true,lg_prof_interval:29,lg_prof_sample:17
The command I'm running is: jeprof --show_bytes --gif which java
jeprof*.heap > mem.gif
We are running a java application from a docker-compose file, using the image: openjdk:13-jdk-alpine