Life, code and stuff
Posted by Marc Sturlese

09 May 09 Analyzing java heaps with jmap and jhat

Jmap and jhat are a couple of tools really useful to analyze the memory consume of a java program. Both are included in the JVM 1.6 so there is no need to install any extra stuff.
Jmap allows you to create a dump of the java memory heap at any moment in the life of your [...]

Tags: , , ,