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 / Virtual Machine / August 2004

Tip: Looking for answers? Try searching our database.

JVM parameters

Thread view: 
MJK - 18 Aug 2004 15:07 GMT
When using the parameters:
 -Xms32m -Xmx200m

What exactly does this do in terms of how much memory is allocated to
the JVM from the system?

Does it initially allocate 32m to the JVM and allow it to grow to 200m
over time?  Or does it allocate 200m initially?

Thanks.
Chris Smith - 18 Aug 2004 16:12 GMT
> When using the parameters:
>   -Xms32m -Xmx200m
[quoted text clipped - 4 lines]
> Does it initially allocate 32m to the JVM and allow it to grow to 200m
> over time?  Or does it allocate 200m initially?

The former.  Remember, though, that this refers to the heap size; it
doesn't include the space for the JVM code, application code, JIT'ed
code, thread stacks, etc.  You can expect an actual application memory
size substantially larger than 32 MB at startup.

Signature

www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation



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



©2008 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.