When starting the JVM, two parameters can be adjusted to suit your memory needs :
-Xms<size>
specifies the initial Java heap size and
-Xmx<size>
the maximum Java heap size.
http://www.rgagnon.com/javadetails/java-0131.html
2.1m questions
2.1m answers
60 comments
57.0k users