Find native memory leak in Java application using JeMalloc
Currently I am trying to resolve a Java memory issue: My Java application keeps using more and more memory and eventually it gets killed by the Linux OOM killer. There is probably a Native Memory leak, because after inspection of the JVM with VisualVM both metaspace and the heap look OK. Using the top command I can see that the memory used by the JVM keeps on increasing. The first graphic in this article: Example #1 Is a perfect match of what I am seeing in my own application. So I tried using JeMalloc to find the leak as described in various articles. Here I run into a problem: When using the