 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: MyEclipse has out of memory errors in JSF designer
Posted: Oct 31, 2005 - 07:55 PM
|
|
Veteran Member


Joined: Dec 09, 2004
Posts: 586
|
|
When typing in the JSF demo code and playing around with it, I got, serveral times, out of memory errors and had to close 4.0.3.
The shortcut I'm using to Start MyEclipse is:
"C:\Program Files\eclipse\eclipse.exe" -vm "C:\Program Files\Java\jdk1.5.0_04\bin\javaw.exe" -vmargs -Xmx512M -Dosgi.splashLocation="C:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp"
----------------
Is this an already-identified problem that will be fixed in 4.1?
Thanks.
-- M |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 01, 2005 - 03:19 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
We aren't currently aware of out of memory exceptions occuring when heaps are specified over 128m. What version of Eclipse are you using? How many projects are open in your workspce while you are working and how large are they? Bigger workspaces will consume more memory, we've had folks with 100s of open projects before, not realizing that was the cause of the problem. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 01, 2005 - 07:44 AM
|
|
Moderator


Joined: Mar 31, 2004
Posts: 1615
|
|
Can you try a couple of additional vmargs: | Code: | | -XX:PermSize=64M -XX:MaxPermSize=128M |
|
_________________ Greg
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 01, 2005 - 11:57 AM
|
|
Veteran Member


Joined: Dec 09, 2004
Posts: 586
|
|
Eclipse 3.1.1.
Only the tutorial project was open in MyEclipse. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 01, 2005 - 01:58 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Mork,
Please make the additions that Greg mention above, this is a situation many larger Eclipse products are starting to get into, needing to adjust the perm size. Exadel and NitroX have this issue as well. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |