My Swing app x NetBeans x RAM usage
Hi,
I have a Swing JDK6 database app running on Windows Terminal Server 2003, with +/- 15 users per time.
There is a user that calls many windows (JInternalFrames, JFrames, JDialog) but I always call dispose() to close the form.
However, this user increases memory usage from morning to afternoon, sometimes at afternoon the process javaw of this user eats more than 120 Mb de RAM.
I would like to know what I would have to look for this problem. When using NetBeans 5.5, there is a Memory Usage Button, and sometimes I need to click it to free some RAM usage from NetBeans. Is there some way to free RAM usage at my program, without to wait for JRE Garbage Collection?

