geekyhacker.com
Capture Java apps heap dumps on Kubernetes (the poor man’s way)
One of the practices when dealing with memory leak issues is to take a heap dump and analyze it to figure out which part of the code is causing the leak. The method of capturing heap dump varies de…