Closed
Bug 1647757
Opened 5 years ago
Closed 5 years ago
Shut down cache worker when experiencing memory-pressure
Categories
(Firefox :: New Tab Page, task, P3)
Firefox
New Tab Page
Tracking
()
RESOLVED
FIXED
84 Branch
Tracking | Status | |
---|---|---|
firefox84 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The cache worker is only used periodically when the about:home cache needs updating. We should try shutting down the worker when it's not in use to reclaim resources.
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Priority: P1 → P3
Assignee | ||
Comment 1•5 years ago
|
||
Instead of shutting it down on a timer or something, I'll use memory-pressure, which is probably a better indication that the user needs resources.
Summary: Shut down cache worker when not in use → Shut down cache worker when experiencing memory-pressure
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/353627586ab9
Terminate the about:home startup cache worker when experiencing memory-pressure. r=Gijs
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•