Quote:
Originally Posted by theducks
Every time I set a heading (using the H# tool), The working set increases about 2M. (I saw a Working set as high as 144M)
|
The Sigil core itself doesn't use any extra memory when you set a heading: it merely invokes a javascript command on the Book View QtWebkit instance to transform the element into a heading. What QtWebkit does in the background to accomplish this, I couldn't say. It's could be tracking changes for the internal undo stack. Again, I don't know for sure.
Some extra memory could be taken up by JavaScriptCore, but its garbage collector will take care of any unused memory when it becomes unused.
Bottom line, don't worry about it. But I'll take a closer look just in case.