Performance Issures on SOA Server
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