Skip to main content



      Home
Home » Eclipse Projects » Virgo » Eclipse Virgo 3.0.2 Memory(Eclipse Virgo is 32 or 64?)
Eclipse Virgo 3.0.2 Memory [message #1015219] Wed, 27 February 2013 14:40 Go to next message
Eclipse UserFriend
How much memory can I set to virgo use? We are using eclipse virgo 3.0.2 in production environment with sucess. But we using only 1g of ram because we don't know if eclipse virgo supports much more memory. We're moving for 3.6.0 version.
Re: Eclipse Virgo 3.0.2 Memory [message #1015617 is a reply to message #1015219] Fri, 01 March 2013 07:04 Go to previous message
Eclipse UserFriend
You can change Virgo's JVM memory by editing the files (a least at 3.6.0.RELEASE):
\bin\dmk.sh
\bin.dmk.bat (windows)
changing the java_opts parameter:
JAVA_OPTS="$JAVA_OPTS -Xmx512m -XX:MaxPermSize=512m"

If you run 32bit os, maximum heap size is about ~ 3/3.5 GB.
In 64bit systems (with 64bit java of course) limit is in terabytes,i quess.
Remember not to set the heap too high, only slightly higher than your application requires. In case of bigger heaps remember also to set the proper gc algorithm.
Previous Topic:Virgo 3.6.1 Release
Next Topic:EclipseCon BOF
Goto Forum:
  


Current Time: Sun Jul 13 08:11:56 EDT 2025

Powered by FUDForum. Page generated in 0.02815 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top