First get the Java Applications Process Id, one way to do this is with: jps
jmap -dump:format=b,file=dump.bin <javaProcessIdHere>
The size of the heap dump file will be same as the heap memory in use at the time the command is run. For large heap sizes this can take several minutes to run, and can stall […]
Recent Comments