Tomcat 4.1.31 Out of Memory Follow up

2005-01-17 Thread David Johnson
Hi again I've searched through the registry as well, and at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1.31\Parameters it DOES show the -Xmx=512M and -Xms=128M that are set in my installService.bat. It does not, however seem to be actually USING that much memory. Is

Re: Tomcat 4.1.31 Out of Memory Follow up

2005-01-17 Thread David Johnson
Note: This is the bat file I'm using to install... #Other Options to use # -DXX:+PrintTenuringDistribution -DXX:+PrintGCDetails -Xverbosegc # -DXms128M @SET JAVA_HOME=C:\j2sdk_1_4_0_2 @SET TOMCAT_HOME=C:\Tomcat4.1 @SET TOMCAT_JVM=%JAVA_HOME%\jre\bin\client\jvm.dll @SET