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
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