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 file in java?
Can a singleton class be inherited?
What is collections framework?
What is complexity in java?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
How to instantiate member inner class?
What is a java list?
What is wrapper class example?
Can you inherit a constructor java?
What's the purpose of using break in each case of switch statement?
How are the elements of a gridbaglayout organized?
What is jit and its use?
What is equals method in java?
what is the major difference between linkedlist and arraylist in java?
Tell us something about different types of casting?