It
is possible to increase heap size allocated by the JVM by using
command line options Here we have 3 options
-Xms<size> set initialJavaheap size-Xmx<size> set maximumJavaheap size-Xss<size> set java thread stack sizejava -Xms16m-Xmx64mClassNameIn the above line we are setting minimum heap to 16mb and maximum heap 64mb
No comments:
Post a Comment