Java Heap Dump: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


Java heap dump can be generated with [[jmap]].
Java heap dump can be generated with [[jmap]]. The content of a memory dump can be queried with [[jhat]].


=Organizatorium=
=Organizatorium=


  -XX:+PrintClassHistogram
  -XX:+PrintClassHistogram

Revision as of 22:20, 8 June 2018

Internal

Overview

Java heap dump can be generated with jmap. The content of a memory dump can be queried with jhat.

Organizatorium

-XX:+PrintClassHistogram