Conversation
|
Currently pondering the idea of adding another piece to this that would initiate an unload in between the ramp window if a drop of X of available memory is detected. It would kind of be like a soft unload to absorb sudden swings in RAM use in excess of a (configurable?) amount caused by visiting heavy sites or misbehaving background tabs. Edit: Yeah...going to be testing a new approach that tries to to calculate the rate of RAM depletion rate and unload based on that and see how it goes. I'm trying to come up with something a bit more graceful, where it gracefully sheds the load as the threshold is closer instead of unloading when right on top of it. @the-r3dacted Completely forgot you had disabled the tab unloading preference and was chasing my tail trying to figure out why my new test code wasn't unloading despite the log showing it was calling the unload command. |
|
@the-r3dacted Currently testing predictive detection on Firefox 115 ESR source and it's...yielding interesting results: Edit: Replaced with new code currently being tested. |
No description provided.