Open
Bug 912462
Opened 11 years ago
Updated 1 year ago
Memory usage increase with the fix for bug 898558
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: ioana_damy, Unassigned)
References
Details
Attachments
(1 obsolete file)
A memory usage increase has been detected by the Mozmill endurance testrun:
Last good: http://hg.mozilla.org/mozilla-central/rev/a81349b61b4e
First bad: http://hg.mozilla.org/mozilla-central/rev/d4f1b39a8575
testFlashIframe used 17mb more resident memory, and testFlashObject 8mb more, with the first bad build. The differences for resident memory for the other tests go around 1-3mb. All tests used more explicit memory than with the last good build:
http://mozmill-crowd.blargon7.com/#/endurance/report/3c3cd991de01b704f3f65783a1d848b5
http://mozmill-crowd.blargon7.com/#/endurance/report/3c3cd991de01b704f3f65783a1e92b6d
Comment 1•11 years ago
|
||
Is this an expected side-effect of bug 898558, Nicholas?
Flags: needinfo?(n.nethercote)
![]() |
||
Comment 2•11 years ago
|
||
Bug 898558 will increase the 'explicit' measurement significantly -- it's now including more stuff in its measurement. (You can see a big spike on the 'explicit' graph on areweslimyet.com, and it has an annotation explaining it.)
'resident' should be unchanged, though.
Flags: needinfo?(n.nethercote)
Comment 3•11 years ago
|
||
Does this need further investigation then, as resident memory has clearly increased? Does AWSY test many flash components? It's these tests that show the largest increase.
Flags: needinfo?(n.nethercote)
![]() |
||
Comment 4•11 years ago
|
||
AFAIK, AWSY doesn't test any flash components.
Flags: needinfo?(n.nethercote)
Comment 5•11 years ago
|
||
Mike: Could you recommend someone to look into this? It appears that bug 898558 unexpectedly regressed resident memory usage.
Flags: needinfo?(mh+mozilla)
Comment 6•11 years ago
|
||
How are those resident memory usage numbers taken?
Flags: needinfo?(mh+mozilla)
Comment 7•11 years ago
|
||
We use the nsIMemoryReporterManager, the relevant code is here: http://hg.mozilla.org/qa/mozmill-tests/file/c5db4e89e35d/lib/performance.js#l5
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9387247 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•