gcj RAM footprint
Vladimir Levin
vladimirl@wrx-ca.com
Tue Apr 13 16:59:00 GMT 2004
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
More information about the Java
mailing list