How to find a Java Memory Leak

I use following approach to finding memory leaks in Java. I’ve used jProfiler with great success, but I believe that any specialized tool with graphing capabilities (diffs are easier to analyze in graphical form) will work. Start the application and wait until it get to “stable” state, when all the initialization is complete and the … Read more