Frequent Garbage Collection Issues

Hi,

I am using Weblogic 8.1 SP6. Recently we have increase in the traffic and as a result I have seen this pattern w.r.t GC.

While using the monitoring tab of the weblogic console I have seen that at a regular interval of about 20 secs there is a forced GC from JVM and causing the app to not respond for about 5-6 secs. We thought that some of the JVM parameters were not set properly and we raised the parameters.

It worked fine, it is started doing every 1 minute instead of 20 secs. Is there any way we can check if any java objects are not removed from JVM heap or if there are some other configurations we need to check about the system?

John

[680 byte] By [johnsep2a] at [2007-11-27 9:46:54]
# 1
Regarding objects in the Java heap that are not properly being collected, lookat the trouble shooting guide under memory leaks. http://java.sun.com/javase/6/webnotes/trouble/index.html
jon999a at 2007-7-12 23:58:06 > top of Java-index,Java HotSpot Virtual Machine,Specifications...