| Author |
Java Interpreter options
|
Natraj Gudla
Ranch Hand
Joined: Feb 09, 2003
Posts: 34
|
|
I was facing a OutOfMemoryError(no stack trace available) error in my application. I read it from one of the sites that using java -Xmx option we can increase the size.Hence i used the -Xmx100m option and could solve my problem. I want to have a clear understanding abt the -X option especially applicable to my case (increasing the memory).what actually it does , and its robustness.
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
|
Have you read this?
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: Java Interpreter options
|
|
|