cancel
Showing results for 
Search instead for 
Did you mean: 

/usr/sap/BP1 is getting full after Java resart

Former Member
0 Kudos

Hello Experts,

When ever we restart our java stack, /usr/sap/BP1 is getting full as "core" file of size upto 3GB is getting created in server0, server1, server2 folders.

Does anyone have idea why this core files are getting generated & how their generation can be stopped?

Regards

Sachin

Accepted Solutions (1)

Accepted Solutions (1)

blanca_serrano
Advisor
Advisor
0 Kudos

Hello Sachin,

The core files are like core.*.dmp?

. core.*.dmp - JVM core dump files create a complete memory dump of the current state of the program when a memory problem occurs.

Regards,

Blanca

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check thread As per your description, the 3GB dumps suggest memory issues/leaks. Please check the references notes too from the thread.

Also check incase of JVM related dumps.

Regards,

Srikishan

Former Member
0 Kudos

Thanks Srikishan & Blanca,

Your replies are helpful.

but the core dump occurs only when the system is restarted.

Best Regards

Sachin Bhatt

Former Member
0 Kudos

Hi Sachin,

Please check Note 1095476 - Information for troubleshooting of the AS Java ..Section 7.

Many Thanks,

Ravindra.

0 Kudos

Remove these two JVM parameters using config tool (if they are set):

-XX:+HeapDumpOnOutOfMemoryError

-XX:+HeapDumpOnCtrlBreak

The curious case here is why does it trigger heap dump on restart. Any chance of triggering "Control + Break" signal in the process? which then explains everything.

Kind regards,

Ved