I am trying to use the Eclipse MAT (Memory Analysis Tool) to analyze rather large heap heaps (~ 2G). My laptop, unfortunately, has 32-bit Windows, and the MAT ends from the heap space @ 1.4G allocated by the heap. I managed to start the heap indexer from the command line on a large headless 64-bit field. However, I cannot convince MAT to import these index files from a directory on my laptop so that I can explore the heap interactively. All my attempts to load the heap (with index files next to it) led to MAT deciding to re-split the heap file instead of using existing indexes. Ideas?
heap memory analysis eclipse-mat
Shabbydoo
source share