In-place JVM memory analysis with jmap
Diagnosing a java application for memory leaks or heavy resource consumption may involve the use of GUI tools such as JConsole or VisualVM. However, jmap , a small JDK tool may be very helpful.
Read more Details