-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Any way the code for the tab unloading functionality could be modified to unload tabs based on available memory? Right now, based on my understanding, it waits for a memory pressure call from the operating system before engaging this process. It would be cool if tab unloading could be based on when available physical memory on a Windows systems goes below a user definable threshold. Perhaps this threshold could be a tunable parameter in about:config. No idea what this could take on a programming level since I don't program, but this could take an already builtin functionality to the next level. I know about Auto Tab Discard, but that is based on inactivity. Here's to hoping someone might be willing to take this on. Would be more than happy to test a beta release if it was implemented.