Hi Gabriel,
Java version JRE 1.6.0
Registered dump agents
----------------------
-Xdump:heap:
events=systhrow,
filter=java/lang/OutOfMemoryError,
label=xxx/heapdump.%Y%m%d.%H%M%S.%pid.%seq.phd,
range=1..4,
priority=500,
request=exclusive+compact+prepwalk,
opts=PHD
----------------------
-Xdump:java:
events=gpf+user+abort+traceassert,
label=xxxx/javacore.%Y%m%d.%H%M%S.%pid.%seq.txt,
range=1..0,
priority=400,
request=exclusive+preempt
----------------------
-Xdump:java:
events=systhrow,
filter=java/lang/OutOfMemoryError,
label=xxxx/javacore.%Y%m%d.%H%M%S.%pid.%seq.txt,
range=1..4,
priority=400,
request=exclusive+preempt
As per GC log file its say the java/Heap dumps are genrated "xxx/pxx/"location but in that location we can't see those files.I have observed one thing these two locations (" in the Xdump:label=xxxx/javacore.%Y%m%d.%H%M%S.%pid.%seq.txt, in the GClog Java/heap Dump locatin :xxx/pxx/Javacore ..)" are not same.
Here the issue is the dumps are deleting automatincally (there is no cron job set for deleting dupms as well) ..
Can we set N number of genrate java core /Heap dumps in the websphere7? if yes could you please let me know where we can set that value.
As per my knowladge By defalut we can genrate "10"java core/Heap dumps ,if am wrong can you please coorect me.