Closed
Bug 924006
Opened 11 years ago
Closed 11 years ago
ensure we flush skia caches in low memory conditions
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 927254
People
(Reporter: gal, Assigned: snorp)
Details
We should install a low memory observer and flush all skia caches. This will help reduce memory used by background processes as well. freeMemoryIfPossible() on SkCanvas is a start. We also want to purge the glyph cache I think (Term()?).
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → milan
Comment 1•11 years ago
|
||
:snorp has been looking at the Skia cache and possible flushing. James, do we have a bug for that? Is it covering this topic?
Flags: needinfo?(snorp)
Assignee | ||
Comment 2•11 years ago
|
||
Yeah I was looking at this at one point and have a patch somewhere. Need to finish it up.
Assignee: milan → snorp
Flags: needinfo?(snorp)
Comment 3•11 years ago
|
||
George, do you by any chance have what James was working on so that we can continue while he's on PTO?
Flags: needinfo?(gwright)
Assignee | ||
Comment 5•11 years ago
|
||
This was fixed by bug 927254.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•