On 27 July 2010 02:16, CJ Keist <[email protected]> wrote: But when I looking at the kiosk sessions this little java app is chewing up > 571MB of memory! >
I'd have expected it to be below 12MB for a trivial Swing application. It's possible to inadvertently hang on to object references in Java and cause a memory leak. I'd ask your coder to use NetBeans' memory profiler and see if there are more objects surviving garbage collection than they expect. regards, David. (SCJP - although I guess that's now an OCJP).
_______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
