|
|
Re: PermGem-Ganymede Drivine me crazy! [message #226872 is a reply to message #226837] |
Tue, 20 January 2009 14:35 |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
On 1/18/2009 6:41 AM, Tori wrote:
> Hi,
>
> I normally use Eclipse Europa but upgraded to Ganymede because I wanted to
> develop web services. I downloaded WebTools plugin etc. Everything is
> fine on that front however I keep getting out of memory errors.
>
> I have a dual core laptop with 2Gs of Ram. I cant
> develop anything because eclipse keeps crashing due to out of memory error
> (PermGen)...pasted below.
>
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 512M
> -framework
> plugins\org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
> -vmargs
> -Dosgi.requiredJavaVersion=1.5
> -Xms256m
> -Xmx512m
Your ini is not specifying the JVM, so the --launcher arg may not be
applying. Without telling it, Eclipse will try to find a JVM on your
system; that means you don't really know which one it will get.
Use the -vm parameter to tell it the exact location of your JVM
executable, as described in http://wiki.eclipse.org/Eclipse.ini (pay
careful attention to the format decribed there).
Also, there should be no need to specify permgen space of 512MB; 256MB
is plenty to run Eclipse with Web Tools (and a lot more).
Hope this helps,
Eric
|
|
|
|
Powered by
FUDForum. Page generated in 1.11131 seconds