How to set max heap memory for tomcat 4.1.37 running as window services.

2008-04-17 Thread Joe Chitrady
I am not sure whether my previous posting made it to the group. I didn't see it in my inbox, so let me retry. Here you go: In Tomcat 4.1.24 running 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 Optio

How to set max memory for Tomcat 4.1.37 when running as windows services?

2008-04-15 Thread Joe Chitrady
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