I created a heap dump using VisualVM. The resulting .hprof
file is about 6GB.
When I try to load the file in VisualVM, it gets stuck at 50%. While stuck, no additionaly resources appear to be consumed on the computer I'm using. CPU is quiet, only about half of the available memory is in use, and there isn't any IO being reported.
jvisualvm: Stuck on “Loading Heap Dump” screen asks a similar question, but the only answer suggests creating the .hprof
file through VisualVM (which I already did).
Are there any special settings I need to use to open a heap dump of this size?