Geeks Talk

Prepare for your Next Interview




how can i increase heap memory?

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?...


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-04-2008
Junior Member
 
Join Date: Aug 2007
Posts: 14
Thanks: 1
Thanked 4 Times in 4 Posts
ramakris143 is on a distinguished road
how can i increase heap memory?

how can i increase heap memory?
Reply With Quote
The Following User Says Thank You to ramakris143 For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 02-04-2008
Contributing Member
 
Join Date: Sep 2006
Location: India
Posts: 32
Thanks: 1
Thanked 10 Times in 9 Posts
SahilKabra is on a distinguished road
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!!!
Reply With Quote
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 07:40 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved