Closed
Bug 703067
Opened 13 years ago
Closed 13 years ago
Minimize memory usage in about:memory should run shrinking GC
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 699279
People
(Reporter: igor, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #670596 +++
Currently there is no way in about:memory to trigger the shrinking GC that releases all empty GC chunks and decommits unused GC arenas. It would be nice if the "Minimize memory usage" button or even the "GC" button should run a shrinking GC.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Justin Lebar [:jlebar] from comment #1)
>
> *** This bug has been marked as a duplicate of bug 699279 ***
I though bug 699279 was about doing the shrinking GC under memory pressure. This is unrelated to about:memory GUI.
Comment 3•13 years ago
|
||
When you click minimize memory usage in about:memory, it does a memory pressure event.
You need to log in
before you can comment on or make changes to this bug.
Description
•