I am trying to generate a bunch of heaps from my java program, but no matter what I seem to be trying, I cannot figure out how to do this.
I downloaded the Eclipse memory analyzer (a plugin and then standalone), which is supposed to be able to receive heat dumps from active jes processes ... but it doesn't have a single one. The documentation lists several other ways to create them, but I cannot get them to work, or they refer to something that simply does not exist on my system. The same applies to everything I managed to find on the Internet ...
The program does not throw an exception in memory, but simply uses much more resources, and I also expect this.
I will just completely lose how exactly this should be done: /
Any help would be greatly appreciated.
source share