How can i increase the space volume in JVM?

Hi!How can i increase the space volume in JVM?Thanks-Sasi
[85 byte] By [sasi150] at [2007-9-30 18:22:21]
# 1

If You mean the virtual memory, just start Your aplication like this:

java -Xmx128m <Classname>

where Xmx lets the jvm know that You want to modify the maximum of virtual memory to be used. 128m ( m for megabytes ) is just an example, the value needn齮 be a power of 2 here. Type further the name of Your class without '.java'.

Warrior24 at 2007-7-6 19:32:16 > top of Java-index,Administration Tools,Sun Connection...