JVM Memory allocation

2005-12-28 Thread Shah, Bharat
Good afternoon, I am a new Tomcat user. The Tomcat version installed on my server is 5.0.25. It is running on Windows 2000 and started as a Windows service. Though I have the following parameters specified in the Windows registry, it is running with a default 64M as observed from the Server

Re: JVM Memory allocation

2005-12-28 Thread Dwayne A. Ghant
1. Look in you tomcat-home/bin directory. 2. Look for a file called service.bat 3. Look for a line that reads something like %EXECUTABLE% //US//%SERVICE_NAME% ++JvmOptions -Djava.io.tmpdir=%CATALINA_BASE%\temp --JvmMs 128 --JvmMx 256. Change your memory listed in step 3. Shah, Bharat