This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Too Many Heap Sizes error on Windows
- From: Syed Ahmed <syedahmed1 at sbcglobal dot net>
- To: java at gcc dot gnu dot org
- Date: Tue, 4 Mar 2008 09:15:43 -0800 (PST)
- Subject: Too Many Heap Sizes error on Windows
Is there a way I can optimize the garbage collection when using gcj like max and min parameters.
My application is doing some file operations and uses around 96 Meg of Memory on Sun's JVM (Windows OS).
The same application when compiled with GCJ uses upto 512 Meg and then crashes with the "Too Many Heap Sizes Error".
I am using libgcj4.3 and application is running on WindowsXP.