Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Performance Issures on SOA Server

user1165407Sep 12 2011 — edited Feb 26 2020
Hello everyone

I had a couple of questions regarding the heap size, garbage collection in SOA and the audit trail.

1. Is there a way that I can clear the heap memory after my process has finished executing?

I wanted to clear the heap memory because my heap size is 6GB currently and I get the following error (increasing the heap size is the last option that i'm considering)

javax.xml.ws.soap.SOAPFaultException: java.lang.OutOfMemoryError: Java heap space; nested exception is: java.lang.OutOfMemoryError: Java heap space

I deal with millions of rows of data in a single process thats why my heap gets full, this is what I think.

2. Where can I modify the garbage size and the resources that it uses on my server?

3. And is there a way that I can automatically remove the audit trail? (The server crashes because of too many audit trails)

Can any one please help me with these questions?

Thanks.

Edited by: user1165407 on Sep 12, 2011 2:16 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 12 2011
Added on Sep 12 2011
4 comments
614 views