Hi all, I was using Tomcat 4.1.24 as windows services. To set the max heap memory for the JVM we can modify the registry setting using 'regedit". In the registry we can add "JVM Option" to add something like "-Xmx512m" to set the JVM max memory to 512MB.
In Tomcat 4.1.37 registry I couldn't find the same option to set this max memory. The question I have is: How do I set tomcat max memory when it is running as a window service? Thanks in advance, Joe