cancel
Showing results for 
Search instead for 
Did you mean: 

Out of memory Error occured in mapping runtime in SAP PI 7.4

former_member308994
Participant
0 Kudos

Hi All,

Scenario: RFC to JDBC asyncronous

We are getting Out of memory issue in PI production system. Previously this interface running fine, but from last one week on wards we are getting this error.

The data is coming around 560mb from ECC . Previously also nearly this much data is coming, but from last week onwards getting error. capture2.png

Please help me on this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Andrzej_Filusz
Contributor

Hi,

You can use Memory Analyzer Tool (MAT) to check if your problem is caused by a programming issue in your code. If it's a such case, then this issue should be identified and fixed. The faster way for a temporary fix is to increase the heap size (-Xms and -Xmx parameters). But if the root cause is a problem with your code (which causes memory leak), then the memory will be filled over time anyway.

Best Regards,

Andrzej

danielszihalm
Explorer
0 Kudos

Dear Ramu Mohan,

As Andrzej mentioned increasing the heap can be a solution.

To be able to find out the exact cause of the error we would need to check the leak suspect report.
Please also go through the following SAP note, which is about how to deal with OOM errors:
1289240 - How to deal with out of memory errors

All the bests,
Daniel