Return to Snippet

Revision: 9686
at November 17, 2008 19:29 by sanjivarunsahayamhotmailcom


Initial Code
java -Xms256M -Xmx1024M

would set the min size to 256MB and the max size to 1024MB.

Initial URL
http://javahowto.blogspot.com/2006/06/6-common-errors-in-setting-java-heap.html

Initial Description
Change the size of min and max memory used by the VM

Initial Title
Java VM Memory Sizes

Initial Tags
java

Initial Language
Java