Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Name

Description

Heap dump

A heap dump is a snapshot of memory at a given point in time. It contains information on the Java objects and classes in memory at the time the snapshot was taken.
Source:

https://www.rallydev.com/community/engineering/outofmemoryerror-fun-heap-dump-analysisImage Removed

Thread dump

A thread dump is a list of all the Java threads that are currently active in a Java Virtual Machine (JVM).
Source:

https://www.rallydev.com/community/engineering/outofmemoryerror-fun-heap-dump-analysisImage Removed