| Author |
OutOfMemory Error
|
Amruta Deo
Greenhorn
Joined: Sep 10, 2004
Posts: 8
|
|
Hi, My application is deployed on Weblogic 6.1 SP4. I am getting OutOfMemoryError nested inside a RemoteException. The stack trace for the same is not available. Also this error is not observed everytime but was seen only once in the last one week. My application communicates with a backend application over RMI. Any pointers will be of great help. Thanks and regards, Amruta Deo
|
 |
Carol Enderlin
drifter
Ranch Hand
Joined: Oct 10, 2000
Posts: 1348
|
|
You may want to take a look at the BEA JVM Tuning Documentation. The server's Monitoring�>Performance tab in the graphs real-time data on JVM memory heap usage, see Server Performance Monitoring in Console. You may need to use a profiler to find a memory leak or your heap may just be set too low. The performance monitoring graph can give you a quick look at the heap usage.
|
 |
ankush purwar
Ranch Hand
Joined: Sep 02, 2005
Posts: 46
|
|
Look at the JVM option Xmx
|
 |
 |
|
|
subject: OutOfMemory Error
|
|
|