Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 19:40 Go to next message
Marcelo Daniel is currently offline Marcelo DanielFriend
Messages: 4
Registered: December 2011
Junior Member
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 12:04 Go to previous message
Jacek Kozieł is currently offline Jacek KoziełFriend
Messages: 1
Registered: March 2013
Junior Member
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: Tue Apr 16 19:08:34 GMT 2024

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

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

Back to the top