Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to set the Heap size in Java ?

Answers were Sorted based on User's Feedback



How to set the Heap size in Java ?..

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 to set the Heap size in Java ?..

Answer / harish

set JAVA_OPTS=-server -Xmx700m

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why destructor is not used in java?

0 Answers  


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


What are the main differences between the java platform and other platforms?

0 Answers  


How do you identify independent and dependent variables?

0 Answers  


Can we extend the String class?

3 Answers   Truworth,


how to print the below in java?thanks in advance.... * * * * * * * *

3 Answers  


How can you make a class serializable in java?

0 Answers  


If we don’t want some of the fields not to serialize how to do that?

0 Answers  


What is a line break example?

0 Answers  


What is array list in java?

0 Answers  


How to remove the trailing spaces from a string?

0 Answers   Infogain,


What is reflexive association?

1 Answers   Infogain,


Categories