Prepare for your Next Interview
This is a discussion on how can i increase heap memory? within the Java forums, part of the Software Development category; how can i increase heap memory?...
|
|||
|
how can i increase heap memory?
how can i increase heap memory?
|
| The Following User Says Thank You to ramakris143 For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: how can i increase heap memory?
Hi,
To increase the heap memory, use the following command when you execute your application: java -Xms32m -Xmx256m MyClassName In the above command, -Xms32m means that the minimum memory should be 32MB -Xmx256m tells the JVM that the maximum heap space should be 256MB. Hope this helps. Regards, Sahil. --Win as if you were used to it, Loose like you enjoyed it for a change!!! ![]() |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Physical Memory and Virtual Memory | blenda | Windows | 4 | 10-27-2008 01:15 AM |
| MemoryCleaner performs fast and powerful memory sweep, removing wasted memory blocks, | JobHelper | Geeks Lounge | 0 | 10-06-2007 07:13 AM |
| Deallocating dynamically allocated heap | JobHelper | C and C++ | 4 | 07-25-2007 06:38 AM |
| At which memory, VB Coding is stored like hot memory | Subashini.Ramasamy | VB.NET | 0 | 07-10-2007 09:43 AM |
| Increase performance of analysis studio | Caasree | Data Warehousing | 0 | 06-14-2007 05:21 AM |