views:

18

answers:

1

Anyone knows what is the initialTomcat5.5 heap size?

A: 

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.

ktaylorjohn
ok thanks you. I saw it on Google.
Marquinio