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 |
Can we define a package statement after the import statement in java?
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.
Difference between the paint() and repaint() methods?
What is "Java Native Interface" and how to use it?
make a method which any number and any type of argument and print sum of that arguments.....
What is unmodifiable list in java?
What does method mean?
What is substring in java?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
How many digits is int32?
What are the advantages of exception handling in java?
Which command from the jdk compiles a java program?