Hi Wayne, I would check your java args to see if Explicit GC collection is disabled or not.
Something similar to this...though there is another one like this for the ServerManager.
Now, that being said if your system isn't tuned up just right (principal cache is too small etc) the system will become overworked with and as such garbage collection will run a lot. I'm guessing its most likely a tuning issue.
<property name="wt.manager.cmd.MethodServer.gc.log.args" overridable="true"<br"/> targetFile="codebase/wt.properties"
value="-Xloggc:$(wt.logs.dir)$(dir.sep){1}-{2,date,yyMMddHHmmssSSS}-{0}-GC.log -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+DisableExplicitGC"/>
[cid:image001.gif@01CD81CB.82796370]
Steve Vinyard
Application Engineer