| Author |
Message |
|
|
Post subject: OutOfMemoryError: PermGen space
Posted: Mar 29, 2006 - 01:46 PM
|
|
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? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 29, 2006 - 01:50 PM
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 01, 2006 - 08:37 AM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1615
|
|
Try putting the following in your eclipse shortcut: | Code: | | -vmargs -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M |
Hope this helps. |
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: 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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Apr 20, 2006 - 10:07 PM
|
|
Moderator


Joined: May 06, 2003
Posts: 6798
|
|
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
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 24, 2010 - 07:38 PM
|
|

Joined: May 24, 2010
Posts: 1
|
|
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 |
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 25, 2010 - 06:25 AM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3241
|
|
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. |
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|