Linked by Thom Holwerda on Sat 4th Feb 2006 18:49 UTC
General Development NetBeans 5.0 has been released. "NetBeans IDE 5.0 introduces comprehensive support for developing IDE modules and rich client applications based on the NetBeans platform, the new intuitive GUI builder Matisse, new and redesigned CVS support, Sun Application Server 8.2, Weblogic9 and JBoss 4 support, and a lot of editor enhancements."
Thread beginning with comment 92859
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: >300MB
by gonzo on Sun 5th Feb 2006 15:42 UTC in reply to ">300MB"
gonzo
Member since:
2005-11-10

What about shrinking the amount of used memory by NetBeans or other GUI Java applications (e.g. Eclipse)?

I can not confirm this.

However, you do realize that Java and .NET use GC (garbage collection) to manage memory? Objects are removed from memory every now and then, when GC decides that it is time to do it, so watching Task Manager for memory usage simply doesn't apply that well as with "reference counting" model.

Let GC do its job whe it thinks it is time to do it.

Have some faith in GC ;)

Reply Parent Score: 2