How to set the Heap size in Java ?
Answers were Sorted based on User's Feedback
Answer / 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 |
how many types of cloning?
what is difference Between Core Java and advance java
60 Answers HCL, HP, Sambalpur University, TCS, Vensai Technologies, Wipro,
What is the synonym of procedure?
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
which pattern is default in scanner package?
How do you add an arraylist to an array in java?
How big is a pointer?
What is non static block in java
10 Answers Emphasis, Ness Technologies,
Explain what access modifiers can be used for methods?
Why we used break and continue statement in java?
How can you write a loop indefinitely in java programming?
What are recursive functions?