Linked by Thom Holwerda on Sat 4th Feb 2006 18:49 UTC
Thread beginning with comment 92859
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



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