Solution : https://service.sap.com/sap/support/notes/1004255 (SAP Service marketplace login required)
Summary :
This SAP Note provides guidelines for creating a heap dump in HPROF binary format for Java stack memory analysis, specifically for JVM versions that support this feature, such as SUN JVMs 1.4.2_12+ and HP-UX VM 1.4.2_11+. Users can configure the JVM to generate a heap dump automatically upon encountering an OutOfMemoryError, or manually by triggering a SIGQUIT (UNIX) or CTRL_BREAK (Windows). The note details the specific Java options to be added, the output file name format, and storage directory paths. It also advises managing disk space due to the potential large size of heap dump files and offers configuration settings for custom dump file paths.
Key words :
/usr/sap/<sid>/<instance>/j2ee/cluster/server<, path=/display/java/java+memory+analysis, change j2ee engine jvm settings, hprof binary format heap dump, outofmemoryerror occurs add -xx, hprof binary format, memory related problems, request add -xx, full heap dump, heap dump file
Related Notes :
1267126 | IBM i: How to get a heapdump which can by analyzed with MAT |
1265455 | How can you generate a system dump for analysis using MAT? |
1259465 | How to get a heapdump which can by analyzed with MAT |
1053604 | JDK heap dump and heap profiling on HP-UX |
1025307 | Composite note for BW 7.00 / BW 7.01 performance: Reporting |
1008619 | java.lang.OutOfMemoryError in BEx Web Applications |
764417 | Information for troubleshooting of the SAP J2EE Engine 6.40 |
724452 | Central Note for SAP NetWeaver Java Server 04/2004s |
723909 | Java VM settings for J2EE 6.40/7.0 |
718901 | How to Change the JDK of the J2EE Engine |
710154 | How to create a thread dump for the J2EE Engine 6.40/7.0 |
710146 | How to change J2EE Engine JVM Settings |