• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

OutOfMemory Error

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at the JVM option
Xmx
 
reply
    Bookmark Topic Watch Topic
  • New Topic