Quote:
Originally Posted by kovidgoyal
@itimpi: Certainly sounds like a memory leak, the mem usage of the main calibre process should not grow that much when queueing books for conversion. The relevant function where the queueing happens is convert_bulk_ebooks in calibre.gui2.tools
Looking over the code, I don't see any obvious memory leaks and I don't have the time to debug it in detail right now. Maybe you will have better luck?
|
Thought I should let you know that the RAM is NOT released when the conversions finished just in case it triggers a thought from your end as to where the RAM might be getting allocated.
I will try and have a look at the source tomorrow to see if I can spot anything that might cause this behavior.
I wonder if anyone else has spotted this behavior and whether it is Windows specific or common to all platforms? If it happens on all platforms it will probably be much easier to find.