I am trying to determine what is the biggest draw on Java Heap Size on a Weblogic Web Server, is it
We have been having some issues with Java Heap Size on our Production
Web Server , we occasionally get the following message showing up in our PIA
log files (G:\psoft\pt853\webserv\DOMAIN\servers\PIA\logs\NTservice-DOMAIN-PIA.log)
- java.lang.OutOfMemoryError:
GC overhead limit exceeded.
At one point this message caused a Production outage
and we were required to restart the Web Service to resolve the issue. I have
been doing some research on adjusting the JVM Heap size and would like to
determine if I can what is the primary driver of this resource. Any help would
be appreciated.