Answer Posted / ranganathkini
The heap size of the JVM can be set by specifying the
command-line flags -Xms and -Xmx
-Xms sets the initial heap size ( example: -Xms 30m )
-Xmx sets the maximum heap size ( example: -Xmx 70m )
Hope it helps! :)
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is java jit compilers?
What is object of class in java?
What is the default size of arraylist in java?
How does the java compiler work?
Explain implementation and how is it different from conversion?
How to find the given number is a prime number or not by getting input from the user
What state is a thread in when it is executing?
What is class and object in java?
What is the declaration statement?
What is getkey () in java?
What is google full form?
What is the arraylist in java?
Can a class have multiple superclasses?
What is the indent key?
What is integers and example?