| Author |
How to increase JVM Heap Size
|
Mohan Vinukonda
Ranch Hand
Joined: Jul 28, 2005
Posts: 32
|
|
Hi,
Any idea how to increase heap size of a JVM. Is there any provision to do this. Thnx! Mohan.
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16815
|
|
|
The -Xmx command line option
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12956
|
|
|
The documentation explains exactly what command line options there are and how to use them.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Mohan Vinukonda
Ranch Hand
Joined: Jul 28, 2005
Posts: 32
|
|
Thank you very much for your response,
just extending to my previous quesitoin, how do we suggest JVM to use which algorithem for Garbage Collection.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
Please, one question, one thread You have already asked about garbage collection here. I have edited that part of your post.
|
 |
 |
|
|
subject: How to increase JVM Heap Size
|
|
|