Re: h2 i want jvm size /h2
Posted By:
Devang_Shah
Posted On:
Monday, May 8, 2006 08:39 AM
The memory size of the JVM at runtime depends on the application that spawns the JVM process. The value can be modified using -Xms and -Xmx option.
The size of the JVM can be extended to a maximum 1/3 rd of the RAM memory available on the machine.