How to find memory leaks in my Java application
问题 This is a follow-up question from my previous question HERE. I was witnessing memory leaks in my Java application. Initially, I was thinking that the leak is coming from the Server component of my application. But as per other's suggestion, it wasn't. I used a tool to dump the heap memory and visualize it with JProfiler . Apparently it is due to my suspected HashMaps . But I'm not sure as I'm not familiar how to interpret the dump. Here is a brief snippet of my application's structure (it is