views:

19

answers:

1

my weblogic 8.1 gives out of memory if i dont click the garbage collector for a long time, i have increased the -Xms512m -Xmx1024m and also the max perm size in setdomainenv.bat, is there any other way also which i have missed i have a 4 GB (3.2 read) system

A: 

Your system sounds like it's leaking memory. You ought to get a profiler to help you figure out where so you can plug the leak.

If you can't do that, another answer would be to bounce the server on a regular basis to reset the JVM. However, option #1 is greatly preferred.

duffymo