Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
csell
Post subject: OutOfMemoryError: PermGen space  PostPosted: Mar 29, 2006 - 01:46 PM
Veteran Member
Veteran Member


Joined: Jul 06, 2004
Posts: 48

I am trying to use ME on a rather tiny web project. My eclipse is crashing on a regular basis with the following message:

*** ERROR ***: Wed Mar 29 15:38:50 CEST 2006 java.lang.OutOfMemoryError: PermGen space

I am starting to wonder whether anyone using this product on reasonably sized projects?
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
csell
Post subject:   PostPosted: Mar 29, 2006 - 01:50 PM
Veteran Member
Veteran Member


Joined: Jul 06, 2004
Posts: 48

and, let me add: I have not seen any other eclipse/EMF/GEF-based product that produces these kinds of problems. It may be that you inherit them from WTP, though
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-greg
Post subject:   PostPosted: Apr 01, 2006 - 08:37 AM
Moderator
Moderator


Joined: Mar 31, 2004
Posts: 1598

Try putting the following in your eclipse shortcut:
Code:
-vmargs -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
Hope this helps.

_________________
Greg
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
umerfar
Post subject:   PostPosted: Apr 20, 2006 - 11:53 AM



Joined: Nov 28, 2005
Posts: 1

I did not understand where do you want to put the following arguments

-vmargs -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

Can you please clearly mention where in the shorcut of eclipse these arguments should be set. Waiting for your reply. Thanks
 
 View user's profile Send private message  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: Apr 20, 2006 - 10:07 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6598

The commandline to launch should look like:
eclipse.exe -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

Hope that helps.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits