cancel
Showing results for 
Search instead for 
Did you mean: 

-XX:+HeapDumpOnOutOfMemoryError

Former Member
0 Kudos

Dear all,

we have an J2EE stack in Release 7.02. There is no Option set in the Config Tool like -XX:+HeapDumpOnOutOfMemoryError.

But the J2EE stack generates out of memory dump files by an out of memory like heapdump.xxxx.xxxx.xxxx.phd. What can I do to disable the writing of the heapdump files?

Best regards

René Schulz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Which JVM you are using?

Former Member
0 Kudos




java.vm.info J2RE 1.4.2 IBM J9 2.3 Linux amd64-64
j9vmxa64142-20080131 (JIT enabled) J9VM - 20080123_16536_LHdSMr JIT -
20071026_1846_r8 GC - 200710_29
Former Member
0 Kudos

XX:+HeapDumpOnOutOfMemoryError is valid only for Sun/SAP JVM. For IBM JVM check -Xdump related parameters, like -Xdump:heap, -Xdump:system:events.

Former Member
0 Kudos

mhmmm... I've checked system properties and also Config Tool... I can not find Xdump parameters.

If this is a default manner, how can I negate this?

I assume the the correct parameter : -Xdump:none and/or -Xdump:heap:none

Can I capture/check the default manner?

http://www-01.ibm.com/support/docview.wss?uid=swg21242497#Dump_Types_And_Triggering

Former Member

Answers (0)