Linked by Eugenia Loli on Fri 7th Mar 2008 21:38 UTC, submitted by SReilly
Thread beginning with comment 303978
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Is 16 MB really the reference set of Tomboy?
33 MB resident with 18 MB shared as I check right now. So about 33MB + 15MB per additional user. That's on a 32bit box. Slightly higher on a 64 bit box. With swap on, RES - SHR decreases to more like 10MB. Which still makes it a pig of a post-it note app... just as Beagle is a pig of an indexer. I have never even considered allowing F-Spot, so I don't know how bad that is.





Member since:
2006-01-02
Why isn't most of that 16MB shared? If mono is intelligently built, all of the core libraries and the runtime should be AOT-compiled images which are shareable. The libraries of Tomboy should also be compiled this way, so that the only private memory would be the GC segments. In steady-state operation (no one writing tons of notes and deleting them), no GCs will be happening, and most of the GC segments would be paged out.
Is 16 MB really the reference set of Tomboy?