Memory « Interoperability « Java Swing Q&A





1. Windows opening and closing memory...    coderanch.com

I'm in the midst of writing a fairly complicated desktop app using swing (I'm sure everyone is sick of my questions as this is the first non-trivial swing app I've written). Anyways on to my problem, I've begun to run into memory issues, specifically problems with the "java heap". I've found a short term solution (using -Xmx1024m when running the app). ...