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
Is age discrete or continuous?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
How can we achieve thread safety in java?
What are three types of loops in java?
Why main() method is public, static and void in java ?
What is the byte range?
What is a boolean field?
Explain the difference between intermediate and terminal operations in java8?
What is functional interface in java example?
What is the default value of the local variables?
Explain the features of java?
What is string [] java?
How big is a boolean?
What is the access scope of protected access specifier?
What is byte data type?