Blogging Roller

Dave Johnson on open web technologies, social software and software development

Eclipse 2.1 M4 out of memory!

I moved over to Eclipse 2.1 M4 recently and, for the most part, it has been working great. However, I have to restart it every hour or two because it keeps on running out of memory.

Dave Johnson in Java • 🕒 05:27PM Jan 03, 2003
Tags: Java
Comments:

Yep. And the more third-party plugins you use the worse the problem will get. You can thank SWT for that. Java developers aren't used to dealing with the mindless drudgery of explicity releasing any and all resources that they use. It's back to the bad ole days of C++ resource management for SWT developers.

Posted by Ted Stockwell on January 06, 2003 at 02:01 AM EST #

Launch eclipse with arguments : eclipse.exe -vmargs -Xmx256m

Posted by gizmo on January 07, 2003 at 12:29 PM EST #

Post a Comment:
  • HTML Syntax: NOT allowed