facebook

An out of memory error Using Workbench 4.0

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

    jadeite100
    Member

    To Whom It May Concern:

    I am curretly using the workbench 4.0 I was debugging the code in Junit. The code basically loaded a 13 mb file and I get the following error:

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

    I start the workbench by going to start, programs and then “MyEclipse Enterprise Workbench 4.0” and then myEclipse.

    Can anyone tell me how I can start the workbench and increase the memory in the heapsize so I won’t get the above error.

    I am currently using windows 2000 with eclipse 3.1 and MyEclipse Workbench 4.0.

    Yours,

    🙄

    #244071 Reply

    Riyad Kalla
    Member

    You can go into your Eclipse 3.1 directory and open the eclipse.ini file, there you can add (or modify) the argument: -Xmx256m

    We encourage people to use the follow command line arguments: -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

    in the ini file, each argument needs to be on it’s own line.

    #244106 Reply

    jadeite100
    Member

    To Whom It May Concern:

    This is what is in my eclipse.ini file in “eclipse” directory:

    -vmargs
    -Xms600m
    -Xmx856m
    -XX:PermSize=512M

    I am still having the out of memory error.
    I am using windows 2000, eclipse 3.1, MyEclipse 4.0

    Yours,

    Albert Lam

    #244109 Reply

    Riyad Kalla
    Member

    Albert,
    What is your Eclipse Build ID from the Help > About menu, and what is your MyEclipse Build ID from the MyEclipse > About menu?

    #244171 Reply

    jadeite100
    Member

    Hi:

    Here is the following information about myEclipse buildid:

    Version: 3.1.0
    Build id: I20050610-1757

    Yours,

    🙁

    #244172 Reply

    jadeite100
    Member

    Hi:

    Here is the following information about myEclipse buildid:

    Version: 3.1.0
    Build id: I20050610-1757

    Yours,

    🙁

    #244182 Reply

    Riyad Kalla
    Member

    Jadeite,
    I replied to you in another thread that your Eclipse install and MyEclipse install are not compatible, please follow my suggestion in the other thread before we continue trouble shooting.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: An out of memory error Using Workbench 4.0

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