JVM heapsize on solaris
How to find default heapsize on solaris allocated for jvm?moreover how to increase it?is it stored in any file or any parameter needs to be set?please explain in detail.......thanx in advance
[226 byte] By [
shahbazcsa] at [2007-11-27 7:13:56]

# 1
If you are using j2se 5.0 or later, see the following for the default heap size: http://java.sun.com/docs/hotspot/gc5.0/ergo5.htmlTo increase the heap size, look for -Xms and -Xmx on the following page: http://java.sun.com/javase/6/docs/technotes/tools/solaris/java.html
jxca at 2007-7-12 19:04:28 >
