Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / February 2006

Tip: Looking for answers? Try searching our database.

Heap size

Thread view: 
kempshall - 05 Feb 2006 02:25 GMT
Is there any way to increase the amount of heap memory available to the
JVM? I'm getting some OutOfMemoryErrors that I'd like to avoid.

Thanks.
sunny - 05 Feb 2006 02:30 GMT
Yes you can

http://www.devx.com/tips/Tip/5578

Sanny
Alun Harford - 05 Feb 2006 04:07 GMT
> Is there any way to increase the amount of heap memory available to the
> JVM? I'm getting some OutOfMemoryErrors that I'd like to avoid.

Yes. Google "heap size"

Alun Harford
Roedy Green - 05 Feb 2006 04:28 GMT
>Is there any way to increase the amount of heap memory available to the
>JVM? I'm getting some OutOfMemoryErrors that I'd like to avoid.

see http://mindprod.com/jgloss/javaexe.html
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.

gadominas@gmail.com - 05 Feb 2006 20:36 GMT
the maximum heap size which you can play is 1.5GB.
try to set this heap amount to your preferable size as follow:
-Xmx<your_heap_size>m
Mark Thornton - 05 Feb 2006 22:11 GMT
> the maximum heap size which you can play is 1.5GB.
> try to set this heap amount to your preferable size as follow:
> -Xmx<your_heap_size>m

On many Windows systems the maximum is rather lower than this, some
times even less than 1GB. It depends on the location system DLLs which
fragment the available address space. The heap requires contiguous
address space.

Mark Thornton


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.