MyEclipse: OutOfMemoryError: PermGen space

csell - Mar 29, 2006 - 01:46 PM
Post subject: OutOfMemoryError: PermGen space
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?
csell - Mar 29, 2006 - 01:50 PM
Post subject:
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
support-greg - Apr 01, 2006 - 08:37 AM
Post subject:
Try putting the following in your eclipse shortcut:
Code:
-vmargs -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M
Hope this helps.
umerfar - Apr 20, 2006 - 11:53 AM
Post subject:
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
support-scott - Apr 20, 2006 - 10:07 PM
Post subject:
The commandline to launch should look like:
eclipse.exe -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

Hope that helps.
Jagsir - May 24, 2010 - 07:38 PM
Post subject:
in eclipse.ini file, would be a better place, usualy in your eclipse install directory.

with ububtu: /usr/lib/eclipse/eclipse.ini

Eclipse is probably thebest option in IDE, small, mid to large scale projects alike.

umerfar wrote:
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

support-joy - May 25, 2010 - 06:25 AM
Post subject:
Jagsir,

I am afraid the above issue was reported MyEclipse and not Eclipse. The changes suggested by scott need to be done in myeclipse.ini file located at [MyEclipse installation dir] and not on eclipse.ini file as suggested by you.
All times are GMT - 6 Hours
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits