facebook

OOME on startup, how to increase memory?

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #215877 Reply

    When Eclipse first starts-up I am receiving the error listed below. This just started happening.

    I assume the mentioned JSP Validator is one internal to MyEclipse, which is run on start-up. Therefore, again I assume that the Run-time exception is Eclipse’s or MyEclipse’s run-time.

    The following is error report:

    IWAE0010E Run-time exception java.lang.OutOfMemoryError occurred during validation. The validator being run was JSP Validator and the message thrown was .

    Do I need to increase memory, somehow?

    #215898 Reply

    Riyad Kalla
    Member

    Yes its always a good idea to give atleast 256mb to Eclipse 3, you can do that by editing the shortcut you use to start Eclipse, it probably looks something like this:
    C:\eclipse\eclipse.exe

    now you want to change it to look something like this:
    C:\eclipse\eclipse.exe -vmargs -Xms128m -Xmx256m

    If you don’t use a shortcut to start Eclipse, then create one with that command. Also note if your path to eclipse.exe has spaces in it, you need to quote it, like this:
    “C:\Program Files\eclipse\eclipse.exe” -vmargs -Xms128m -Xmx256m

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: OOME on startup, how to increase memory?

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