| Author |
Allocate more memory for Heap
|
Ayan Dutta
Ranch Hand
Joined: Oct 16, 2005
Posts: 94
|
|
Is there any file inside JRE to mention the Xmx and xms parametre values ,so that I don't have to pass the parametres as command line arguements ? Regards, Ayan
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
|
Start your program using a batch file (Windows) or shell script (UNIX), and include those parameters in the script.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: Allocate more memory for Heap
|
|
|