Open
Bug 1943859
Opened 20 days ago
Updated 8 days ago
Testcase with 500k 1x1 jpegs holds on to 2.2GB RAM on reloading the page as heap-unclassified. The memory doesnt go away even after repeated manual "minimize memory use"
Categories
(Core :: Graphics: ImageLib, defect)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned, NeedInfo)
References
Details
Attachments
(6 files)
Open attached testcase
Enter 500000. Click on generate
Wait for the image to load
Now put the tab in background and open a new tab in foreground
Reload the background tab with the testcase
AR: The testcase tab holds onto 2.2GB RAM. All of it is heap-unclassified. This will not go away even after repeated manual "minimize memory use".
ER: If you reload the page, the memory use should go down.
Reporter | ||
Comment 1•20 days ago
|
||
Look at the File process.
Reporter | ||
Updated•20 days ago
|
Summary: Testcase with 500k 1x1 jpegs holds on to 2.2GB RAM on reloading the page. The memory doesnt go away even after repeated manual "minimize memory use" → Testcase with 500k 1x1 jpegs holds on to 2.2GB RAM on reloading the page as heap-unclassified. The memory doesnt go away even after repeated manual "minimize memory use"
Reporter | ||
Comment 2•10 days ago
|
||
Reporter | ||
Comment 3•10 days ago
|
||
Reporter | ||
Comment 4•10 days ago
|
||
:tnikkel, what do you make of the DMD reports and the STR?
Flags: needinfo?(tnikkel)
Comment 5•10 days ago
|
||
Can you extract and upload the one file that contains the heap-unclassified for the process you identified that has a large amount of heap-unclassified from the dmd reports?
Flags: needinfo?(tnikkel)
Reporter | ||
Comment 6•10 days ago
|
||
Reporter | ||
Comment 7•10 days ago
|
||
PID=20400. This memory report corresponds to the "dmd-1738844435-20400.json.gz" dmd output.
Flags: needinfo?(tnikkel)
You need to log in
before you can comment on or make changes to this bug.
Description
•