> 2.) On Windows machines, the JRE runs with the Client JVM which is > optimized for quick start, but not for better memory/thread management as > the server HotSpot VM. We should by default start tomcat with server VM. In > my JavaEE experience, this does reduce a lot of OOM exceptions. If you just > have the JRE installed then the server vm is not installed. You need the JDK > and have to pass the -server parameter when starting tomcat. If you have the > JRE only, then you can copy the server folder from a JDK installation, just > like I am doing in the new installer for Windows. >
This is interesting. Is this something that is done on the India server installations as well?
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp