facebook

MyEclipse has out of memory errors in JSF designer

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #240515 Reply

    Mork
    Participant

    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

    #240543

    Riyad Kalla
    Member

    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.

    #240554

    Greg
    Member

    Can you try a couple of additional vmargs:

    -XX:PermSize=64M -XX:MaxPermSize=128M
    #240565

    Mork
    Participant

    Eclipse 3.1.1.
    Only the tutorial project was open in MyEclipse.

    #240574

    Riyad Kalla
    Member

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: MyEclipse has out of memory errors in JSF designer

You must be logged in to post in the forum log in