Increase JVM Heap Size for better performance.
Setting/Increase JVM heap size
It is possible to increase heap size allocated by the Java Virtual Machine (JVM) by using command line options.
Following are few options available to change Heap Size.
For example, you can set minimum heap to 64 MB and maximum heap 256 MB for a Java program HelloWorld.
Comments
Post a Comment