News

You can use the “jmap” tool to capture the heap dump. jmap prints heap memory details of a given process into a file. jmap tool is shipped with JDK. Here is how you should invoke it: jmap ...
How to force Java garbage collection. While a developer can never actually force Java garbage collection, there are ways to make the JVM prioritize memory management functions. In review, five ways to ...