facebook

Memmory leak problem

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

    vccarvalho
    Member

    Hi there! It seems that myeclipse has a serious memmory problem. Every time I try to change a class from a packa (aka update the workbench state) I run out of memory it says that it has a outofmemmoryexception.

    Is this a bug? It tells to change the GC parameters for max start memory. But since eclipse is an exe how is it possible? Also, before myEclipse, my eclipse installation used to work just fine.

    Thanks

    Vinicius

    #220606 Reply

    Riyad Kalla
    Member

    Vinicius,
    If you have not specified more memory for MyEclipse then running into OutOfMemoryExceptions is common… Eclipse 3.0 requires about 2x as much memory as Eclipse 2.0, in addition to that, MyEclipse consists of roughly 140 plugins ontop of the Eclipse 3.0 platform… so you can see where all the memory is going.

    To specify more memory for MyEclipse edit the shortcut you use to start Eclipse and change it to look something like this:

    
    eclipse.exe -vmargs -Xms128m -Xmx256m
    

    The -vmargs arguments get passed directly to the VM that is used to run Eclipse.

    #220614 Reply

    Scott Anderson
    Participant

    Vinicius,

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if there could be another cause that we fixed in a later version of the product.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Memmory leak problem

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