[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] Eclipse out of memory error

From: Andrew Vaughan <ajv-lists_at_netspace.net.au>
Date: 2006-08-10 03:23:20 CEST

Hi

On Thursday 10 August 2006 07:23, ying lcs wrote:

> Hi,
>
> After I install subclipse, I often run into out of memory. I attached the
> log in my workspace.
> It seems like subclipse can't find a client interface and it ends up a
> out of memory Can you please tell me how to fix it?

[excerpt from the .log provided]

> !ENTRY org.eclipse.ui 4 0 2006-08-09 00:09:03.991
> !MESSAGE PermGen space
> !STACK 0
> java.lang.OutOfMemoryError: PermGen space

I've not had this problem myself. But it sounds like the permGenSpace
problem mentioned in the eclipse 3.2 release notes.

<eclipse 3.2 install directory>/readme/readme_eclipse.html#Running Eclipse

It's also discussed
http://www.eclipsezone.com/eclipse/forums/m92031470.html#92031470
http://www.eclipsezone.com/eclipse/forums/m92021206.html#92021206
http://www.eclipsezone.com/eclipse/forums/m92031256.html#92031256
https://bugs.eclipse.org/bugs/show_bug.cgi?id=129490

Try starting eclipse with "-vmargs -XX:MaxPermSize=128m"

I also recall reading that Suns 1.5.0_07 jvm fixed a PermGen memory leak, so
you could try upgrading your jvm.

HTH
Andrew V.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu Aug 10 03:23:45 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.