|
|
Subscribe / Log in / New account

Bugs and memory hogs

Bugs and memory hogs

Posted Jul 18, 2014 23:09 UTC (Fri) by blujay (guest, #39961)
In reply to: Bugs and memory hogs by dlang
Parent article: Firefox 30 released

This may be the known issue with the session saver framework, which runs periodically and synchronously in the main loop, serializing to the sessionstore.js file, which can grow to several megs of JSON data. Work is ongoing to move it to a separate thread, and has been for years. One of these days...


to post comments

Bugs and memory hogs

Posted Jul 18, 2014 23:45 UTC (Fri) by dlang (guest, #313) [Link]

that sounds like it would match my behavior very well. I've noticed that when sessionstore.js gets large the problem gets worse (not always, but if it gets >1m or so I have problems FAR more frequently)

do you have a link to that bug?


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds