I have a graphics-intensive application that uses Java2D and BufferedImage
extensively on a Windows XP platform.  The Windows Task Manager tells me
that the java process is using about 300MB of memory, but when I exit out of
the application, the overall memory usage of the system drops by almost 1G.

I have no experience with non-heap memory usage.  Could Java2D be using
memory that is not accounted for in the process list of the Task Manager?
Could my graphics card be grabbing lots of memory?

Any insights or suggestions would be greatly appreciated.

Brian

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to