This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj RAM footprint
- From: Vladimir Levin <vladimirl at wrx-ca dot com>
- To: java at gcc dot gnu dot org
- Date: Tue, 13 Apr 2004 10:56:00 -0600
- Subject: gcj RAM footprint
- References: <40633001.3090605@wrx-ca.com>
I have compiled a really simple Java program. This program creates a
bunch of threads and prints out stuff in a loop in each thread. This
program takes up about 2-3 MB of RAM while it is running. How could I
estimate the growth of the RAM footprint as the size of the program
increases? Is this base footprint likely to be doubled, tripled, or will
it be an order of magnitude bigger for a real application? Are there any
console Java applications (no graphics) in the 30kloc range that are
known to work with gcj and that I can run as a test?
Vlad