Hi Anthony,
the SAP JVM is part of NetWeaver CE. If you download the corresponding preview from SDN, you can also use the "acquire heap dump" functionality.
There are also other ways to do this. The easiest way is to use Sun's JDK6: start the JConsole, click on MBeans -> com.sun.management -> HotSpotDiagnostic -> Operations -> dumpHeap. Now specify the filename you want the heap dump stored under.
This page contains some more details how to get a heap dump on demand: https://wiki.sdn.sap.com/wiki/x/sII
Kind regards,
- Andreas Buchen.
Add a comment