Question

Anyone knows what is the initialTomcat5.5 heap size?

Was it helpful?

Solution

Do you mean default "max heap size" ? It depends on the underlying JVM version (not on Tomcat version).

Upto JDK 1.5 it is 64 Mb for the process.

In Java 6, the default maximum heap size is determined by the amount of system memory present.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top