This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcj RAM footprint


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]