facebook

Internal Error

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222179 Reply

    Steven Leija
    Member

    Hello,

    I’m loading up Eclipse and i keep hitting:

    Internal Error

    An out of memory error has occurred. You can prevent these errors in the future by increasing your heap size before you start the workbench using the -vmargs -Xmx command line option.

    I load eclipse through my shortcut, so where do I add these command line args?

    Thanks,

    Steven

    #222185 Reply

    Scott Anderson
    Participant

    Steven,

    Open your shortcut and select Properties. In the commandline you should have something that looks like begins with “eclipse.exe”. You need to modify the shortcut to add the following parameters to the end of the line:
    -vmargs -Xms128M -Xmx512M

    The first argument tells the Eclipse launcher to pass all remaning arguments to the JVM and the last two simply set the heap initial and maximum sizes.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Internal Error

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