vote up 0 vote down star

I've been profiling some Java software using heap dumps and there is 350 instances of sun.font.TrueTypeFont, in other heap dumps I have taken there have been more. There is only 5 instances of Font created by the app code, and 24 instances in all, mostly created by WDesktopProperties and other Java library classes.

Is this number of TrueTypeFont instances typical for a fairly large desktop app? If so then why? The FontManager takes up almost 200kb of RAM!

Thanks,

Andy

flag
200kb of RAM? Who cares? – Tom Hawtin - tackline Jul 16 at 10:00
1  
All software engineers should care about memory consumption. A 'who cares?' attitude is the reason Java apps often take 100mb minimum. The other reason is if after 10 minutes usage there is 350 instances then how many after a week? – Andy Jul 16 at 10:20

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.