Try measuring the memory with this:
calibre-debug -c "from calibre.library import db; db = db('/home/kovid/documents/library'); db.refresh(); raw_input('Press enter to quit: ')"
that should give pure database mem consumption numbers with no GUI cruft
Last edited by kovidgoyal; 11-03-2010 at 01:03 PM.
|