/ Published in: Java
Change the size of min and max memory used by the VM
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
java -Xms256M -Xmx1024M would set the min size to 256MB and the max size to 1024MB.
URL: http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html