 |
|
 |
 |
|
 |
 |
| 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: 1613
|
|
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: 6688
|
|
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
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |