Zoom WebRTC conference crashes tab after ten minutes
Categories
(Core :: DOM: Workers, defect, P3)
Tracking
()
People
(Reporter: pmenzel+bugzilla.mozilla.org, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
291.23 KB,
application/gzip
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0
Steps to reproduce:
The user participates in a Zoom conference call(?) via the browser.
Actual results:
The tab crashes after ten minutes into the call (crash report).
Expected results:
Firefox should not crash. (Google Chrome and Brave Browser do not crash.)
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::WebRTC' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
The OOM allocation size is about 3MB, which is large, but not extremely large. The system memory usage is at 83%, but otherwise memory looks okay. This CC crash is on a worker thread, which feels unusual.
Comment 4•4 years ago
|
||
If it crashes after 10 minutes from an OOM, it might be interesting to get an about:memory report from, say, 5 minutes in. Maybe that will indicate what is wrong. We've had memory issues before where the main thread keeps pumping data over to a worker thread, but the worker thread doesn't get enough of a chance to process the data, so it keeps building up.
Comment 5•4 years ago
|
||
The OOM being in HoldJSObjectsImpl means that some cycle collected object that is exposed to JS is building up. This could happen with events, for instance.
Comment 6•4 years ago
|
||
The particular stack shows MessageChannel/MessagePort is in use which because of bug 1587752 means that transferrables won't actually be transferred. (Worker.postMessage and WorkerGlobalScope.postMessage will transfer, though.) Maybe the zoom client is throwing 3 megabyte buffers back and forth expecting them to be transferred?
Reporter | ||
Comment 7•4 years ago
|
||
Note, the crash report has
Total Virtual Memory: 4,294,836,224 bytes (4.29 GB)
but talking to the user the Lenovo ThinkPad X1 Carbon G7 20QD003EGE has 8 GB of memory.
Reporter | ||
Comment 8•4 years ago
|
||
Under GNU/Linux with Nightly 87.0a1 (20210217094559), I captured the memory usage after one hour. For web (pid 106520), the one for zoom.us, it was 1,302.21 MB (100.0%). My machine has 16 GB of memory, but although itβs crazy high, how much a Web app can use and Zoom has some homework to do. But it should also work with the 8 GB MS Windows system.
Reporter | ||
Comment 9•4 years ago
|
||
Comment 10•4 years ago
|
||
Thank you! So the large workers seem to be in pid 106520 and be ArrayBuffers (some of which presumably could be GC'ed) and WASM stuff.
1,357.00 MB (100.0%) -- explicit
βββββ809.50 MB (59.65%) -- workers/workers(<anonymized-domain>)
β βββ352.17 MB (25.95%) -- worker(<anonymized-url>, 0x7fd60020f800)
β β βββ349.04 MB (25.72%) -- zone(0x7fd7a14ed000)
β β β βββ345.78 MB (25.48%) -- realm(web-worker)
β β β β βββ345.38 MB (25.45%) -- classes
β β β β β βββ307.83 MB (22.68%) -- class(ArrayBuffer)/objects
β β β β β β βββ229.09 MB (16.88%) ββ malloc-heap/elements/normal
β β β β β β ββββ64.00 MB (04.72%) ββ non-heap/elements/wasm
β β β β β β ββββ14.74 MB (01.09%) ββ gc-heap
β β β β β ββββ23.11 MB (01.70%) ++ (6 tiny)
β β β β β ββββ14.44 MB (01.06%) ++ class(Object)/objects
β β β β βββββ0.40 MB (00.03%) ++ (8 tiny)
β β β βββββ3.25 MB (00.24%) ++ (12 tiny)
β β βββββ3.13 MB (00.23%) ++ (3 tiny)
β βββ235.73 MB (17.37%) -- worker(<anonymized-url>, 0x7fd60020d000)
β β βββ232.27 MB (17.12%) -- zone(0x7fd7a14df000)
β β β βββ230.53 MB (16.99%) -- realm(web-worker)
β β β β βββ230.10 MB (16.96%) -- classes
β β β β β βββ199.36 MB (14.69%) -- class(ArrayBuffer)/objects
β β β β β β βββ168.18 MB (12.39%) ββ malloc-heap/elements/normal
β β β β β β ββββ23.13 MB (01.70%) ββ non-heap/elements/wasm
β β β β β β βββββ8.06 MB (00.59%) ββ gc-heap
β β β β β ββββ21.60 MB (01.59%) ++ class(WebAssembly.Instance)/objects
β β β β β βββββ9.13 MB (00.67%) ++ (9 tiny)
β β β β βββββ0.44 MB (00.03%) ++ (8 tiny)
β β β βββββ1.74 MB (00.13%) ++ (12 tiny)
β β βββββ3.46 MB (00.26%) ++ (3 tiny)
Comment 11•4 years ago
|
||
Andrew, could you suggest a better component for this bug? This no longer sounds like a WebRTC issue.
Comment 12•4 years ago
|
||
I'm moving this to workers as most suitable; the most directly accessible solution is likely to improve cycle-collecting GC's which may end up getting deferred too much.
Updated•4 years ago
|
Comment 13•3 years ago
|
||
Hi Paul, there has been some improvements around zoom and WebRTC in general. Do you still see this issue? Thanks for your support.
Reporter | ||
Comment 14•3 years ago
|
||
Luckily, I didnβt have to use Zoom for a long time. Next Thursday I have to, and will test it.
Reporter | ||
Comment 15•3 years ago
|
||
The high memory consumption is still happening in Nightly 100.0a1, 20220316214937. After 90 minutes:
1,260.61 MB (100.0%) -- explicit
βββββ884.78 MB (70.19%) -- workers/workers(zoom.us)
β βββ326.22 MB (25.88%) -- worker(blob:https://zoom.us/1ee61662-fdad-46e5-bf8b-c9db8c4a21b2, 0x7f63dde5ee00)
β β βββ321.90 MB (25.54%) -- zone(0x7f63dccee000)
β β β βββ310.47 MB (24.63%) -- realm(web-worker)
β β β β βββ309.51 MB (24.55%) -- classes
β β β β β βββ170.56 MB (13.53%) -- class(ArrayBuffer)/objects
β β β β β β βββ155.82 MB (12.36%) ββ malloc-heap/elements/normal
β β β β β β ββββ14.73 MB (01.17%) ββ gc-heap
β β β β β ββββ96.02 MB (07.62%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ96.02 MB (07.62%) -- non-heap/elements
β β β β β β β βββ96.00 MB (07.62%) ββ wasm-shared
β β β β β β β ββββ0.02 MB (00.00%) ββ shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ29.03 MB (02.30%) -- class(WebAssembly.Module)/objects
β β β β β β βββ14.75 MB (01.17%) ββ non-heap/code/wasm
β β β β β β βββ14.28 MB (01.13%) ββ malloc-heap/misc
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ13.90 MB (01.10%) ++ (10 tiny)
β β β β βββββ0.96 MB (00.08%) ++ (7 tiny)
β β β ββββ11.44 MB (00.91%) ++ (14 tiny)
β β βββββ4.31 MB (00.34%) ++ (3 tiny)
β βββ179.69 MB (14.25%) -- worker(blob:https://zoom.us/b934d767-61a7-4382-91a5-1ede14e03103, 0x7f63dde5dc00)
β β βββ177.67 MB (14.09%) -- zone(0x7f63ddf98000)
β β β βββ174.02 MB (13.80%) -- realm(web-worker)
β β β β βββ173.34 MB (13.75%) -- classes
β β β β β ββββ85.91 MB (06.81%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ85.91 MB (06.81%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ53.45 MB (04.24%) -- class(ArrayBuffer)/objects
β β β β β β βββ48.42 MB (03.84%) ββ malloc-heap/elements/normal
β β β β β β ββββ5.02 MB (00.40%) ββ gc-heap
β β β β β ββββ29.03 MB (02.30%) -- class(WebAssembly.Module)/objects
β β β β β β βββ14.75 MB (01.17%) ββ non-heap/code/wasm
β β β β β β βββ14.28 MB (01.13%) ββ malloc-heap/misc
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β βββββ4.96 MB (00.39%) ++ (7 tiny)
β β β β βββββ0.68 MB (00.05%) ++ (6 tiny)
β β β βββββ3.65 MB (00.29%) ++ (14 tiny)
β β βββββ2.02 MB (00.16%) ++ (3 tiny)
β βββ117.36 MB (09.31%) -- worker(blob:https://zoom.us/3bea0108-3dc7-4652-b519-15570a511698, 0x7f63dde5e200)
β β βββ116.43 MB (09.24%) -- zone(0x7f63dccea400)
β β β βββ115.44 MB (09.16%) -- realm(web-worker)
β β β β βββ114.88 MB (09.11%) -- classes
β β β β β ββββ64.00 MB (05.08%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ64.00 MB (05.08%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ29.03 MB (02.30%) -- class(WebAssembly.Module)/objects
β β β β β β βββ14.75 MB (01.17%) ββ non-heap/code/wasm
β β β β β β βββ14.28 MB (01.13%) ββ malloc-heap/misc
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ19.39 MB (01.54%) -- class(ArrayBuffer)/objects
β β β β β β βββ18.23 MB (01.45%) ββ malloc-heap/elements/normal
β β β β β β ββββ1.16 MB (00.09%) ββ gc-heap
β β β β β βββββ2.46 MB (00.19%) ++ (7 tiny)
β β β β βββββ0.56 MB (00.04%) ++ (7 tiny)
β β β βββββ0.99 MB (00.08%) ++ (14 tiny)
β β βββββ0.93 MB (00.07%) ++ (3 tiny)
β ββββ89.29 MB (07.08%) -- worker(blob:https://zoom.us/7379c17e-b562-475a-907c-e72db5f6baf5, 0x7f63dde5d600)
β β βββ87.45 MB (06.94%) -- zone(0x7f63ddf9a400)
β β β βββ85.85 MB (06.81%) -- realm(web-worker)
β β β β βββ85.23 MB (06.76%) -- classes
β β β β β βββ69.51 MB (05.51%) -- class(ArrayBuffer)/objects
β β β β β β βββ64.00 MB (05.08%) ββ non-heap/elements/wasm
β β β β β β ββββ5.51 MB (00.44%) ++ (2 tiny)
β β β β β βββ12.92 MB (01.02%) ++ class(WebAssembly.Module)/objects
β β β β β ββββ2.81 MB (00.22%) ++ (9 tiny)
β β β β ββββ0.62 MB (00.05%) ++ (7 tiny)
β β β ββββ1.60 MB (00.13%) ++ (14 tiny)
β β ββββ1.85 MB (00.15%) ++ (3 tiny)
β ββββ87.39 MB (06.93%) -- worker(blob:https://zoom.us/723f174d-c0a5-44c8-9c15-4c7f2690b14e, 0x7f63dde5f400)
β β βββ86.34 MB (06.85%) -- zone(0x7f63dccf1c00)
β β β βββ85.12 MB (06.75%) -- realm(web-worker)
β β β β βββ84.28 MB (06.69%) -- classes
β β β β β βββ32.02 MB (02.54%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ32.02 MB (02.54%) -- non-heap/elements
β β β β β β β βββ32.00 MB (02.54%) ββ wasm-shared
β β β β β β β ββββ0.02 MB (00.00%) ββ shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β βββ29.03 MB (02.30%) -- class(WebAssembly.Module)/objects
β β β β β β βββ14.75 MB (01.17%) ββ non-heap/code/wasm
β β β β β β βββ14.28 MB (01.13%) ββ malloc-heap/misc
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β βββ20.84 MB (01.65%) -- class(ArrayBuffer)/objects
β β β β β β βββ19.64 MB (01.56%) ββ malloc-heap/elements/normal
β β β β β β ββββ1.20 MB (00.10%) ββ gc-heap
β β β β β ββββ2.38 MB (00.19%) ++ (7 tiny)
β β β β ββββ0.84 MB (00.07%) ++ (6 tiny)
β β β ββββ1.22 MB (00.10%) ++ (14 tiny)
β β ββββ1.05 MB (00.08%) ++ (3 tiny)
β ββββ84.82 MB (06.73%) -- worker(blob:https://zoom.us/cabc8cf9-73cb-46a9-bb03-33ad6b7d7a65, 0x7f63dde5d000)
β βββ84.01 MB (06.66%) -- zone(0x7f63ddf97400)
β β βββ83.18 MB (06.60%) -- realm(web-worker)
β β β βββ82.59 MB (06.55%) -- classes
β β β β βββ66.90 MB (05.31%) -- class(ArrayBuffer)/objects
β β β β β βββ64.00 MB (05.08%) ββ non-heap/elements/wasm
β β β β β ββββ2.90 MB (00.23%) ++ (2 tiny)
β β β β βββ12.92 MB (01.02%) ++ class(WebAssembly.Module)/objects
β β β β ββββ2.77 MB (00.22%) ++ (9 tiny)
β β β ββββ0.59 MB (00.05%) ++ (7 tiny)
β β ββββ0.83 MB (00.07%) ++ (14 tiny)
β ββββ0.81 MB (00.06%) ++ (3 tiny)
βββββ260.63 MB (20.68%) -- window-objects/top(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be, id=123)
β βββ237.79 MB (18.86%) -- active/window(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)
β β βββ128.94 MB (10.23%) -- layout
β β β βββ126.08 MB (10.00%) -- display-list-arena
β β β β βββ125.73 MB (09.97%) ββ LISTNODE
β β β β βββββ0.35 MB (00.03%) ++ (10 tiny)
β β β βββββ2.86 MB (00.23%) ++ (13 tiny)
β β βββ103.44 MB (08.21%) -- js-realm(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)
β β β ββββ95.73 MB (07.59%) -- classes
β β β β βββ55.66 MB (04.42%) -- class(ArrayBuffer)/objects
β β β β β βββ55.59 MB (04.41%) ββ malloc-heap/elements/normal
β β β β β ββββ0.07 MB (00.01%) ββ gc-heap
β β β β βββ24.61 MB (01.95%) -- class(Object)/objects
β β β β β βββ13.29 MB (01.05%) -- malloc-heap
β β β β β β βββ13.18 MB (01.05%) ββ slots
β β β β β β ββββ0.10 MB (00.01%) ββ elements/normal
β β β β β βββ11.33 MB (00.90%) ββ gc-heap
β β β β βββ15.46 MB (01.23%) ++ (17 tiny)
β β β βββββ7.70 MB (00.61%) ++ (7 tiny)
β β βββββ5.41 MB (00.43%) ++ (2 tiny)
β ββββ22.84 MB (01.81%) -- js-zone(0x7f63e0b33400)
β βββ14.61 MB (01.16%) ++ strings
β ββββ8.23 MB (00.65%) ++ (16 tiny)
ββββββ38.23 MB (03.03%) ββ heap-unclassified
ββββββ33.11 MB (02.63%) -- heap-overhead
β βββ21.10 MB (01.67%) ++ bin-unused
β βββ12.01 MB (00.95%) ++ (3 tiny)
ββββββ25.75 MB (02.04%) -- js-non-window
β βββ19.99 MB (01.59%) ++ runtime
β ββββ5.76 MB (00.46%) ++ (4 tiny)
ββββββ18.12 MB (01.44%) ++ (23 tiny)
Reporter | ||
Comment 16•3 years ago
|
||
The result of 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on verbose-gc-cc-logs.7z /tmp/cc*log
is 14.9 MB big, and I am not allowed to attach it as the size limit is 10 MB.
Comment 17•3 years ago
|
||
Hi Andrew, I assume you could be interested in that log? Could you contact Paul directly? Thanks!
Reporter | ||
Comment 18•3 years ago
|
||
After eight hours the use is 2.2 GB:
Explicit Allocations
2,253.48 MB (100.0%) -- explicit
βββ1,328.32 MB (58.95%) -- window-objects/top(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be, id=123)
β βββ1,301.69 MB (57.76%) -- active/window(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)
β β βββ1,183.88 MB (52.54%) -- layout
β β β βββ1,176.60 MB (52.21%) -- display-list-arena
β β β β βββ1,176.21 MB (52.20%) ββ LISTNODE
β β β β βββββββ0.39 MB (00.02%) ++ (10 tiny)
β β β βββββββ7.28 MB (00.32%) ++ (13 tiny)
β β βββββ113.51 MB (05.04%) -- js-realm(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)
β β β βββ103.05 MB (04.57%) -- classes
β β β β ββββ66.23 MB (02.94%) -- class(ArrayBuffer)/objects
β β β β β βββ66.03 MB (02.93%) ββ malloc-heap/elements/normal
β β β β β ββββ0.20 MB (00.01%) ββ gc-heap
β β β β ββββ36.82 MB (01.63%) ++ (24 tiny)
β β β ββββ10.46 MB (00.46%) ++ (7 tiny)
β β βββββββ4.30 MB (00.19%) ++ (2 tiny)
β ββββββ26.63 MB (01.18%) ++ js-zone(0x7f63e0b33400)
βββββ748.19 MB (33.20%) -- workers/workers(zoom.us)
β βββ157.29 MB (06.98%) -- worker(blob:https://zoom.us/2d6cf249-5458-471c-88e4-d986388a8006, 0x7f63c5e56c00)
β β βββ153.99 MB (06.83%) -- zone(0x7f63da7bb800)
β β β βββ151.58 MB (06.73%) -- realm(web-worker)
β β β β βββ150.84 MB (06.69%) -- classes
β β β β β ββββ76.83 MB (03.41%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ76.83 MB (03.41%) -- non-heap/elements
β β β β β β β βββ76.81 MB (03.41%) ββ wasm-shared
β β β β β β β ββββ0.02 MB (00.00%) ββ shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ40.58 MB (01.80%) -- class(ArrayBuffer)/objects
β β β β β β βββ38.37 MB (01.70%) ββ malloc-heap/elements/normal
β β β β β β ββββ2.21 MB (00.10%) ββ gc-heap
β β β β β ββββ29.03 MB (01.29%) ++ class(WebAssembly.Module)/objects
β β β β β βββββ4.39 MB (00.19%) ++ (10 tiny)
β β β β βββββ0.74 MB (00.03%) ++ (7 tiny)
β β β βββββ2.41 MB (00.11%) ++ (14 tiny)
β β βββββ3.31 MB (00.15%) ++ (3 tiny)
β βββ153.93 MB (06.83%) -- worker(blob:https://zoom.us/d596159c-eb20-412b-a288-35c7eef19eea, 0x7f63b70e6800)
β β βββ151.80 MB (06.74%) -- zone(0x7f63da7b6400)
β β β βββ148.06 MB (06.57%) -- realm(web-worker)
β β β β βββ147.38 MB (06.54%) -- classes
β β β β β ββββ70.41 MB (03.12%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ70.41 MB (03.12%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ39.89 MB (01.77%) -- class(ArrayBuffer)/objects
β β β β β β βββ33.46 MB (01.48%) ββ malloc-heap/elements/normal
β β β β β β ββββ6.43 MB (00.29%) ββ gc-heap
β β β β β ββββ29.03 MB (01.29%) ++ class(WebAssembly.Module)/objects
β β β β β βββββ8.04 MB (00.36%) ++ (7 tiny)
β β β β βββββ0.68 MB (00.03%) ++ (6 tiny)
β β β βββββ3.74 MB (00.17%) ++ (14 tiny)
β β βββββ2.13 MB (00.09%) ++ (3 tiny)
β βββ123.27 MB (05.47%) -- worker(blob:https://zoom.us/8af51182-871c-4752-976d-9021a520cf4a, 0x7f63b7c53e00)
β β βββ121.25 MB (05.38%) -- zone(0x7f63da7b8800)
β β β βββ120.21 MB (05.33%) -- realm(web-worker)
β β β β βββ119.59 MB (05.31%) -- classes
β β β β β ββββ64.00 MB (02.84%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ64.00 MB (02.84%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ29.03 MB (01.29%) ++ class(WebAssembly.Module)/objects
β β β β β ββββ26.56 MB (01.18%) ++ (8 tiny)
β β β β βββββ0.61 MB (00.03%) ++ (7 tiny)
β β β βββββ1.04 MB (00.05%) ++ (14 tiny)
β β βββββ2.02 MB (00.09%) ++ (3 tiny)
β βββ122.66 MB (05.44%) -- worker(blob:https://zoom.us/3671589d-886a-4974-bf8f-9aba986f7467, 0x7f63ceb0fe00)
β β βββ120.53 MB (05.35%) -- zone(0x7f63dccec800)
β β β βββ119.44 MB (05.30%) -- realm(web-worker)
β β β β βββ118.79 MB (05.27%) -- classes
β β β β β ββββ64.02 MB (02.84%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ64.02 MB (02.84%) -- non-heap/elements
β β β β β β β βββ64.00 MB (02.84%) ββ wasm-shared
β β β β β β β ββββ0.02 MB (00.00%) ββ shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ29.03 MB (01.29%) ++ class(WebAssembly.Module)/objects
β β β β β ββββ25.74 MB (01.14%) ++ (8 tiny)
β β β β βββββ0.64 MB (00.03%) ++ (6 tiny)
β β β βββββ1.10 MB (00.05%) ++ (14 tiny)
β β βββββ2.13 MB (00.09%) ++ (3 tiny)
β ββββ99.86 MB (04.43%) -- worker(blob:https://zoom.us/ba8048e2-c453-44bd-a43e-e58aebc0c862, 0x7f63dde5be00)
β β βββ96.60 MB (04.29%) -- zone(0x7f63dc491400)
β β β βββ94.14 MB (04.18%) -- realm(web-worker)
β β β β βββ93.50 MB (04.15%) -- classes
β β β β β βββ74.34 MB (03.30%) -- class(ArrayBuffer)/objects
β β β β β β βββ64.00 MB (02.84%) ββ non-heap/elements/wasm
β β β β β β βββ10.34 MB (00.46%) ++ (2 tiny)
β β β β β βββ19.16 MB (00.85%) ++ (10 tiny)
β β β β ββββ0.64 MB (00.03%) ++ (7 tiny)
β β β ββββ2.46 MB (00.11%) ++ (14 tiny)
β β ββββ3.26 MB (00.14%) ++ (3 tiny)
β ββββ91.17 MB (04.05%) -- worker(blob:https://zoom.us/ff6631bb-cd26-472d-8496-b4724235add3, 0x7f6373df3800)
β βββ89.24 MB (03.96%) -- zone(0x7f63da7b4000)
β β βββ88.37 MB (03.92%) -- realm(web-worker)
β β β βββ87.77 MB (03.89%) -- classes
β β β β βββ68.47 MB (03.04%) -- class(ArrayBuffer)/objects
β β β β β βββ64.00 MB (02.84%) ββ non-heap/elements/wasm
β β β β β ββββ4.47 MB (00.20%) ++ (2 tiny)
β β β β βββ19.29 MB (00.86%) ++ (10 tiny)
β β β ββββ0.60 MB (00.03%) ++ (7 tiny)
β β ββββ0.88 MB (00.04%) ++ (14 tiny)
β ββββ1.93 MB (00.09%) ++ (3 tiny)
ββββββ61.13 MB (02.71%) -- heap-overhead
β βββ37.01 MB (01.64%) ++ bin-unused
β βββ24.12 MB (01.07%) ++ (3 tiny)
ββββββ54.32 MB (02.41%) ββ heap-unclassified
ββββββ37.23 MB (01.65%) -- js-non-window
β βββ26.67 MB (01.18%) ++ runtime
β βββ10.56 MB (00.47%) ++ (4 tiny)
ββββββ24.29 MB (01.08%) ++ (23 tiny)
Other Measurements
109.15 MB (100.0%) -- decommitted
ββββ91.15 MB (83.51%) ββ js-non-window/gc-heap/decommitted-pages
ββββ18.00 MB (16.49%) -- workers/workers(zoom.us)
βββ13.97 MB (12.80%) ββ worker(blob:https://zoom.us/2d6cf249-5458-471c-88e4-d986388a8006, 0x7f63c5e56c00)/gc-heap/decommitted-pages
ββββ4.02 MB (03.69%) ++ (5 tiny)
1,684 (100.0%) -- event-counts
βββ1,684 (100.0%) -- window-objects/top(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be, id=123)/active/window(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)/dom
βββ1,386 (82.30%) ββ event-listeners
βββββ298 (17.70%) ββ event-targets
19 (100.0%) -- extensions
ββββ1 (05.26%) ββ Extension(id={d04b0b40-3dab-4f0b-97a6-04ec3eddbfb0}, name="Ecosia β Die Suchmaschine, die BΓ€ume pflanzt", baseURL=moz-extension://a0fc7faf-0d6a-4cd6-819d-aa90cd1cbcc5/)
ββββ1 (05.26%) ββ Extension(id=addons-search-detection@mozilla.com, name="Add-ons Search Detection", baseURL=moz-extension://5092e29d-87a2-4e18-8d54-dd68c0f9a556/)
ββββ1 (05.26%) ββ Extension(id=amazon@search.mozilla.org, name="Amazon.de", baseURL=moz-extension://4a2ed302-0e51-42c2-b3a5-ef1cdcaef025/)
ββββ1 (05.26%) ββ Extension(id=amazondotcom@search.mozilla.org, name="Amazon.com", baseURL=moz-extension://8c04840a-9567-4f1d-9c49-a92bc4f67922/)
ββββ1 (05.26%) ββ Extension(id=bing@search.mozilla.org, name="Bing", baseURL=moz-extension://db4c9e4c-725a-4cf6-8ee8-88dccc443ebe/)
ββββ1 (05.26%) ββ Extension(id=ddg@search.mozilla.org, name="DuckDuckGo", baseURL=moz-extension://dd80732a-3968-425c-a1f4-ace2ea9262c2/)
ββββ1 (05.26%) ββ Extension(id=default-theme@mozilla.org, name="System theme β auto", baseURL=moz-extension://eddaef24-ad17-414d-8144-a04f641ec817/)
ββββ1 (05.26%) ββ Extension(id=doh-rollout@mozilla.org, name="DoH Roll-Out", baseURL=moz-extension://d5a9eb03-c1c8-4235-86aa-54dc18683000/)
ββββ1 (05.26%) ββ Extension(id=ebay@search.mozilla.org, name="eBay", baseURL=moz-extension://5a02c63d-eb1b-4d80-9d00-5b71a558b80b/)
ββββ1 (05.26%) ββ Extension(id=ecosia@search.mozilla.org, name="Ecosia", baseURL=moz-extension://d2f462b3-8dfa-44b1-b66b-dd5a07f4e624/)
ββββ1 (05.26%) ββ Extension(id=formautofill@mozilla.org, name="Form Autofill", baseURL=moz-extension://89f910d2-3b86-4600-b403-2376aa65ceeb/)
ββββ1 (05.26%) ββ Extension(id=google@search.mozilla.org, name="Google", baseURL=moz-extension://f6219440-3e01-422a-9049-07f66ed6fd09/)
ββββ1 (05.26%) ββ Extension(id=jid1-TSgSxBhncsPBWQ@jetpack, name="h264ify", baseURL=moz-extension://a20a0e29-3c48-4d6c-b641-8a594bce65a3/)
ββββ1 (05.26%) ββ Extension(id=leo_ende_de@search.mozilla.org, name="LEO Eng-Deu", baseURL=moz-extension://629e27df-8a74-41e8-8e6f-9107a9e321be/)
ββββ1 (05.26%) ββ Extension(id=pictureinpicture@mozilla.org, name="Picture-In-Picture", baseURL=moz-extension://d2e8ff93-1854-4a8d-9023-e26e6a884191/)
ββββ1 (05.26%) ββ Extension(id=screenshots@mozilla.org, name="Firefox Screenshots", baseURL=moz-extension://732688fb-be5a-44cd-a2d8-2774f7a456ad/)
ββββ1 (05.26%) ββ Extension(id=webcompat-reporter@mozilla.org, name="WebCompat Reporter", baseURL=moz-extension://14775697-4437-4410-a091-f1e8c0f160e4/)
ββββ1 (05.26%) ββ Extension(id=webcompat@mozilla.org, name="Web Compatibility Interventions", baseURL=moz-extension://8c879d02-6170-4df5-b737-bf8d36c53d0d/)
ββββ1 (05.26%) ββ Extension(id=wikipedia@search.mozilla.org, name="Wikipedia (de)", baseURL=moz-extension://3dc6ab1d-c546-42cb-bb73-9bbef7a92218/)
24 (100.0%) -- file-blob-urls
βββ24 (100.0%) -- owner(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)
ββββ1 (04.17%) ββ blob:https://zoom.us/0b3fbb86-9b3a-4fd3-93e0-6ecc63945a24
ββββ1 (04.17%) ββ blob:https://zoom.us/171950a2-57bf-4e0b-bc93-72bb4f0e5029
ββββ1 (04.17%) ββ blob:https://zoom.us/1ee61662-fdad-46e5-bf8b-c9db8c4a21b2
ββββ1 (04.17%) ββ blob:https://zoom.us/2d6cf249-5458-471c-88e4-d986388a8006
ββββ1 (04.17%) ββ blob:https://zoom.us/32ecfc33-fd61-45af-b4e7-13009c13f22e
ββββ1 (04.17%) ββ blob:https://zoom.us/3671589d-886a-4974-bf8f-9aba986f7467
ββββ1 (04.17%) ββ blob:https://zoom.us/3bea0108-3dc7-4652-b519-15570a511698
ββββ1 (04.17%) ββ blob:https://zoom.us/444bddb0-72c9-4037-8776-0ea622fdc199
ββββ1 (04.17%) ββ blob:https://zoom.us/4b0f638f-e9d2-43c2-9fb1-afe7addf4084
ββββ1 (04.17%) ββ blob:https://zoom.us/6b3bfac2-80a7-4c5d-9328-208d7014c9fc
ββββ1 (04.17%) ββ blob:https://zoom.us/723f174d-c0a5-44c8-9c15-4c7f2690b14e
ββββ1 (04.17%) ββ blob:https://zoom.us/7379c17e-b562-475a-907c-e72db5f6baf5
ββββ1 (04.17%) ββ blob:https://zoom.us/8af51182-871c-4752-976d-9021a520cf4a
ββββ1 (04.17%) ββ blob:https://zoom.us/9d1035f1-eb66-4cd8-be5c-64b0c9d5de97
ββββ1 (04.17%) ββ blob:https://zoom.us/b934d767-61a7-4382-91a5-1ede14e03103
ββββ1 (04.17%) ββ blob:https://zoom.us/ba8048e2-c453-44bd-a43e-e58aebc0c862
ββββ1 (04.17%) ββ blob:https://zoom.us/be02886d-3ca1-47bd-84b1-1da6de466298
ββββ1 (04.17%) ββ blob:https://zoom.us/cabc8cf9-73cb-46a9-bb03-33ad6b7d7a65
ββββ1 (04.17%) ββ blob:https://zoom.us/d596159c-eb20-412b-a288-35c7eef19eea
ββββ1 (04.17%) ββ blob:https://zoom.us/d9cd7ac0-cb8d-4b65-93cf-0cdfde46f9b0
ββββ1 (04.17%) ββ blob:https://zoom.us/da307f00-d55c-4d51-8bda-2bb0e487fe16
ββββ1 (04.17%) ββ blob:https://zoom.us/e88a8c89-99e8-4d9b-b96a-35b3b01cfb5f
ββββ1 (04.17%) ββ blob:https://zoom.us/f1ae6bc9-6b31-4820-8bca-bc354c5fbbf8
ββββ1 (04.17%) ββ blob:https://zoom.us/ff6631bb-cd26-472d-8496-b4724235add3
1,654.41 MB (100.0%) -- heap-committed
βββ1,593.28 MB (96.31%) ββ allocated
ββββββ61.13 MB (03.69%) ββ overhead
4.92 MB (100.0%) -- images
βββ4.92 MB (100.0%) -- content/raster/used
βββ3.28 MB (66.65%) ββ decoded-nonheap
βββ1.64 MB (33.30%) ββ source
βββ0.00 MB (00.04%) ββ decoded-heap
26 (100.0%) -- ipc-channels
βββ15 (57.69%) ββ PBackgroundChild
ββββ2 (07.69%) ββ PBackgroundStarterChild
ββββ1 (03.85%) ββ PCanvasManagerChild
ββββ1 (03.85%) ββ PCompositorManagerChild
ββββ1 (03.85%) ββ PContentChild
ββββ1 (03.85%) ββ PImageBridgeChild
ββββ1 (03.85%) ββ PProcessHangMonitorChild
ββββ1 (03.85%) ββ PProfilerChild
ββββ1 (03.85%) ββ PRemoteDecoderManagerChild
ββββ1 (03.85%) ββ PSocketProcessBridgeChild
ββββ1 (03.85%) ββ PVRManagerChild
26 (100.0%) -- ipc-channels-peak
βββ15 (57.69%) ββ PBackgroundChild
ββββ2 (07.69%) ββ PBackgroundStarterChild
ββββ1 (03.85%) ββ PCanvasManagerChild
ββββ1 (03.85%) ββ PCompositorManagerChild
ββββ1 (03.85%) ββ PContentChild
ββββ1 (03.85%) ββ PImageBridgeChild
ββββ1 (03.85%) ββ PProcessHangMonitorChild
ββββ1 (03.85%) ββ PProfilerChild
ββββ1 (03.85%) ββ PRemoteDecoderManagerChild
ββββ1 (03.85%) ββ PSocketProcessBridgeChild
ββββ1 (03.85%) ββ PVRManagerChild
72 (100.0%) -- js-component-loader
βββ72 (100.0%) -- modules
ββββ1 (01.39%) ββ resource:///actors/AboutReaderChild.jsm
ββββ1 (01.39%) ββ resource:///actors/BrowserProcessChild.jsm
ββββ1 (01.39%) ββ resource:///actors/BrowserTabChild.jsm
ββββ1 (01.39%) ββ resource:///actors/ClickHandlerChild.jsm
ββββ1 (01.39%) ββ resource:///actors/DecoderDoctorChild.jsm
ββββ1 (01.39%) ββ resource:///actors/DOMFullscreenChild.jsm
ββββ1 (01.39%) ββ resource:///actors/LinkHandlerChild.jsm
ββββ1 (01.39%) ββ resource:///actors/PageStyleChild.jsm
ββββ1 (01.39%) ββ resource:///actors/SearchSERPTelemetryChild.jsm
ββββ1 (01.39%) ββ resource:///actors/WebRTCChild.jsm
ββββ1 (01.39%) ββ resource:///modules/FaviconLoader.jsm
ββββ1 (01.39%) ββ resource://autofill/FormAutofill.jsm
ββββ1 (01.39%) ββ resource://autofill/FormAutofillChild.jsm
ββββ1 (01.39%) ββ resource://autofill/FormAutofillContent.jsm
ββββ1 (01.39%) ββ resource://autofill/FormAutofillHandler.jsm
ββββ1 (01.39%) ββ resource://autofill/FormAutofillHeuristics.jsm
ββββ1 (01.39%) ββ resource://autofill/FormAutofillUtils.jsm
ββββ1 (01.39%) ββ resource://devtools/client/jsonview/Sniffer.jsm
ββββ1 (01.39%) ββ resource://devtools/server/actors/targets/target-actor-registry.jsm
ββββ1 (01.39%) ββ resource://devtools/server/actors/watcher/SessionDataHelpers.jsm
ββββ1 (01.39%) ββ resource://devtools/server/connectors/js-window-actor/DevToolsFrameChild.jsm
ββββ1 (01.39%) ββ resource://devtools/shared/loader/base-loader.js
ββββ1 (01.39%) ββ resource://devtools/shared/loader/loader-plugin-raw.jsm
ββββ1 (01.39%) ββ resource://devtools/shared/loader/Loader.jsm
ββββ1 (01.39%) ββ resource://gre/actors/AudioPlaybackChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/AutoCompleteChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/AutoplayChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/AutoScrollChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/ContentMetaChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/FindBarChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/FormHistoryChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/PictureInPictureChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/UAWidgetsChild.jsm
ββββ1 (01.39%) ββ resource://gre/actors/UnselectedTabHoverChild.jsm
ββββ1 (01.39%) ββ resource://gre/modules/AppConstants.jsm
ββββ1 (01.39%) ββ resource://gre/modules/AsyncShutdown.jsm
ββββ1 (01.39%) ββ resource://gre/modules/BrowserUtils.jsm
ββββ1 (01.39%) ββ resource://gre/modules/Console.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ConsoleAPIStorage.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ContentPrefService2.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ContentPrefServiceChild.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ContentPrefStore.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ContentPrefUtils.jsm
ββββ1 (01.39%) ββ resource://gre/modules/DeferredTask.jsm
ββββ1 (01.39%) ββ resource://gre/modules/E10SUtils.jsm
ββββ1 (01.39%) ββ resource://gre/modules/EventEmitter.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ExtensionProcessScript.jsm
ββββ1 (01.39%) ββ resource://gre/modules/ExtensionUtils.jsm
ββββ1 (01.39%) ββ resource://gre/modules/FormAutoComplete.jsm
ββββ1 (01.39%) ββ resource://gre/modules/FormLikeFactory.jsm
ββββ1 (01.39%) ββ resource://gre/modules/InputListAutoComplete.jsm
ββββ1 (01.39%) ββ resource://gre/modules/jsdebugger.jsm
ββββ1 (01.39%) ββ resource://gre/modules/Log.jsm
ββββ1 (01.39%) ββ resource://gre/modules/media/PeerConnection.jsm
ββββ1 (01.39%) ββ resource://gre/modules/media/PeerConnectionIdp.jsm
ββββ1 (01.39%) ββ resource://gre/modules/NetUtil.jsm
ββββ1 (01.39%) ββ resource://gre/modules/nsAsyncShutdown.jsm
ββββ1 (01.39%) ββ resource://gre/modules/nsFormAutoCompleteResult.jsm
ββββ1 (01.39%) ββ resource://gre/modules/osfile/ospath_unix.jsm
ββββ1 (01.39%) ββ resource://gre/modules/PictureInPictureControls.jsm
ββββ1 (01.39%) ββ resource://gre/modules/PrivateBrowsingUtils.jsm
ββββ1 (01.39%) ββ resource://gre/modules/PromiseUtils.jsm
ββββ1 (01.39%) ββ resource://gre/modules/Readerable.jsm
ββββ1 (01.39%) ββ resource://gre/modules/Services.jsm
ββββ1 (01.39%) ββ resource://gre/modules/TelemetryControllerBase.jsm
ββββ1 (01.39%) ββ resource://gre/modules/TelemetryControllerContent.jsm
ββββ1 (01.39%) ββ resource://gre/modules/Timer.jsm
ββββ1 (01.39%) ββ resource://gre/modules/TooltipTextProvider.jsm
ββββ1 (01.39%) ββ resource://gre/modules/URLFormatter.jsm
ββββ1 (01.39%) ββ resource://gre/modules/vtt.jsm
ββββ1 (01.39%) ββ resource://gre/modules/WebNavigationFrames.jsm
ββββ1 (01.39%) ββ resource://gre/modules/XPCOMUtils.jsm
4 (100.0%) -- js-helper-threads
βββ4 (100.0%) ββ idle
βββ0 (00.00%) ββ active
174.24 MB (100.0%) -- js-main-runtime
βββ116.31 MB (66.75%) -- realms
β βββ105.19 MB (60.37%) -- classes/objects
β β ββββ79.99 MB (45.91%) -- malloc-heap
β β β βββ66.57 MB (38.21%) ββ elements/normal
β β β βββ13.16 MB (07.55%) ββ slots
β β β ββββ0.26 MB (00.15%) ++ (3 tiny)
β β ββββ24.35 MB (13.97%) ββ gc-heap
β β βββββ0.85 MB (00.49%) ββ non-heap/elements/shared
β βββββ4.68 MB (02.68%) -- scripts
β β βββ2.40 MB (01.38%) ββ gc-heap
β β βββ2.27 MB (01.30%) ββ malloc-heap/data
β βββββ4.53 MB (02.60%) -- baseline
β β βββ4.37 MB (02.51%) ββ fallback-stubs
β β βββ0.16 MB (00.09%) ββ data
β βββββ1.91 MB (01.10%) ++ (6 tiny)
ββββ26.95 MB (15.47%) -- zones
β βββ18.01 MB (10.34%) -- strings
β β βββ16.05 MB (09.21%) -- malloc-heap
β β β ββββ9.76 MB (05.60%) ββ latin1
β β β ββββ6.28 MB (03.61%) ββ two-byte
β β ββββ1.97 MB (01.13%) -- gc-heap
β β βββ1.94 MB (01.11%) ββ latin1
β β βββ0.03 MB (00.02%) ββ two-byte
β ββββ4.23 MB (02.43%) ++ (14 tiny)
β ββββ2.64 MB (01.52%) ++ scopes
β ββββ2.06 MB (01.18%) ++ property-maps
ββββ26.67 MB (15.31%) ββ runtime
βββββ4.31 MB (02.47%) -- gc-heap
βββ2.31 MB (01.32%) ++ (2 tiny)
βββ2.00 MB (01.15%) ββ chunk-admin
37.85 MB (100.0%) -- js-main-runtime-gc-heap-committed
βββ34.50 MB (91.14%) -- used
β βββ31.95 MB (84.42%) -- gc-things
β β βββ24.35 MB (64.34%) ββ objects
β β ββββ2.40 MB (06.35%) ββ scripts
β β ββββ1.97 MB (05.20%) ββ strings
β β ββββ1.52 MB (04.00%) ββ property-maps
β β ββββ1.01 MB (02.67%) ββ scopes
β β ββββ0.39 MB (01.04%) ββ shapes
β β ββββ0.31 MB (00.82%) ++ (5 tiny)
β ββββ2.00 MB (05.28%) ββ chunk-admin
β ββββ0.54 MB (01.43%) ββ arena-admin
ββββ3.35 MB (08.86%) -- unused
βββ1.31 MB (03.46%) ββ arenas
βββ1.04 MB (02.76%) -- gc-things
β βββ0.92 MB (02.42%) ββ objects
β βββ0.13 MB (00.34%) ++ (10 tiny)
βββ1.00 MB (02.64%) ββ chunks
6 (100.0%) -- js-main-runtime-realms
βββ3 (50.00%) -- system
β βββ1 (16.67%) ββ [System Principal], [anonymous sandbox] (from: resource://devtools/shared/loader/builtin-modules.js:44)
β βββ1 (16.67%) ββ [System Principal], DevTools (Module loader)
β βββ1 (16.67%) ββ [System Principal], shared JSM global
βββ3 (50.00%) -- user
βββ1 (16.67%) ββ [Expanded Principal [https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be]], UA Widget Scope
βββ1 (16.67%) ββ https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be
βββ1 (16.67%) ββ moz-nullprincipal:{224e06a4-365a-4595-a5f3-3e13e8771a31}, XPConnect Junk Compartment
0.85 MB (100.0%) -- memory-blob-urls
βββ0.85 MB (100.0%) -- owner(https://zoom.us/wc/99949432870/join?refTK=&from=&tk=&epk=QT6PeHo3b9dVSiXCKJFvYqmkHz2u3LCf0HmMjM-qMoSmVNlSK04.6slQlKfHyyAwwtVn&po=7&wpk=wcpkce4cc30def6109464c974496aa1405be)
βββ0.34 MB (39.59%) ββ blob:https://zoom.us/fef70b20-8019-414e-a40b-7eb68d2b1e38
βββ0.25 MB (28.78%) ββ blob:https://zoom.us/40a0a243-a1f2-4359-835f-03e1c3651ff7
βββ0.16 MB (18.30%) ββ blob:https://zoom.us/0d638371-c507-450a-9b1a-02bd54a45528
βββ0.04 MB (04.52%) ββ blob:https://zoom.us/1c373c15-2434-459a-9f8b-a3729879937a
βββ0.04 MB (04.52%) ββ blob:https://zoom.us/a0c1b406-3902-4430-adb1-bc66620a5c4f
βββ0.04 MB (04.29%) ββ blob:https://zoom.us/eb1834c2-bc3a-4f4e-80fc-0062f25dfbd3
7 (100.0%) -- message-manager
βββ7 (100.0%) -- referent/child-process-manager
βββ7 (100.0%) ββ strong
βββ0 (00.00%) ++ weak
360 (100.0%) -- observer-service
βββ360 (100.0%) -- referent
βββ271 (75.28%) ββ strong
ββββ89 (24.72%) -- weak
βββ89 (24.72%) ββ alive
ββββ0 (00.00%) ββ dead
75 (100.0%) -- preference-service
βββ75 (100.0%) -- referent
βββ48 (64.00%) ββ strong
βββ27 (36.00%) -- weak
βββ19 (25.33%) ββ alive
ββββ8 (10.67%) ββ dead
1,186.79 MB (100.0%) -- window-objects
βββ1,182.57 MB (99.64%) -- layout
β βββ1,176.60 MB (99.14%) ββ display-list-arena
β βββββββ5.97 MB (00.50%) ++ (10 tiny)
βββββββ4.22 MB (00.36%) ++ (2 tiny)
0.00 MB ββ gfx-textures
0.00 MB ββ gfx-textures-peak
0.00 MB ββ gfx-tiles-waste
0 ββ ghost-windows
1,593.28 MB ββ heap-allocated
1.00 MB ββ heap-chunksize
1,886.50 MB ββ heap-mapped
0 ββ imagelib-surface-cache-already-present-count
0.00 MB ββ imagelib-surface-cache-estimated-locked
3.27 MB ββ imagelib-surface-cache-estimated-total
14 ββ imagelib-surface-cache-image-count
16 ββ imagelib-surface-cache-image-surface-count
2 ββ imagelib-surface-cache-locked-image-count
2 ββ imagelib-surface-cache-locked-surfaces-count
0 ββ imagelib-surface-cache-overflow-count
0 ββ imagelib-surface-cache-table-failure-count
14 ββ imagelib-surface-cache-tracked-cost-count
14 ββ imagelib-surface-cache-tracked-expiry-count
0 ββ imagelib-surface-cache-tracking-failure-count
0.87 MB ββ js-main-runtime-temporary-peak
110,934,552 ββ page-faults-hard
107,151,558 ββ page-faults-soft
2,095.31 MB ββ resident
2,378.58 MB ββ resident-peak
1,968.58 MB ββ resident-unique
1.94 MB ββ script-preloader-memmapped-cache
7.23 MB ββ shmem-allocated
7.68 MB ββ shmem-mapped
0.00 MB ββ system-heap-allocated
0 ββ unresolved-ipc-responses
41,611.02 MB ββ vsize
0.00 MB ββ wasm-runtime
Andrew contacted me, and I am going to provide the verbose log files.
Reporter | ||
Comment 19•3 years ago
|
||
With Nightly 107.0a1, 20221010214639 after 45 minutes the memory consumption is 1 GB according to about:memory
:
1,012.41 MB (100.0%) -- explicit
βββββ684.80 MB (67.64%) -- workers/workers(zoom.us)
It does not crash though, so no idea, if the issue should be closed or left open.
Updated•2 years ago
|
Comment 20•2 years ago
|
||
(In reply to Paul Menzel from comment #19)
With Nightly 107.0a1, 20221010214639 after 45 minutes the memory consumption is 1 GB according to
about:memory
:1,012.41 MB (100.0%) -- explicit βββββ684.80 MB (67.64%) -- workers/workers(zoom.us)
It does not crash though, so no idea, if the issue should be closed or left open.
Andrew, keep, or no?
Comment 21•2 years ago
|
||
ah, I see bug 1216175 is making progress.
Comment 22•2 years ago
|
||
Yes, we should revisit after :smaug lands fixes for bug 1216175.
Reporter | ||
Comment 23•2 years ago
|
||
Nightly 116.0a1 (20230613152538)
I was forced to use Zoom again, and here are the statistics after one hour with 12 to 13 participants:
webCOOP+COEP=https://zoom.us^privateBrowsingId=1 (pid 14147)
Explicit Allocations
823.67 MB (100.0%) -- explicit
βββ425.47 MB (51.66%) -- workers/workers(zoom.us)
β βββ144.14 MB (17.50%) -- worker(blob:https://zoom.us/fc94b268-2306-447d-bf4f-f73a7749543d, 0x7fa8772a8600)
β β βββ143.18 MB (17.38%) -- zone(0x7fa8799bde00)
β β β βββ142.61 MB (17.31%) -- realm(web-worker)
β β β β βββ142.15 MB (17.26%) -- classes
β β β β β ββββ63.30 MB (07.68%) -- class(ArrayBuffer)/objects
β β β β β β βββ63.30 MB (07.68%) -- malloc-heap
β β β β β β β βββ63.30 MB (07.68%) ββ elements/normal
β β β β β β β ββββ0.00 MB (00.00%) ββ slots
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ55.83 MB (06.78%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ55.83 MB (06.78%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ22.28 MB (02.70%) -- class(WebAssembly.Module)/objects
β β β β β β βββ15.38 MB (01.87%) ββ non-heap/code/wasm
β β β β β β ββββ6.90 MB (00.84%) ++ (2 tiny)
β β β β β βββββ0.75 MB (00.09%) ++ (6 tiny)
β β β β βββββ0.45 MB (00.06%) ++ (5 tiny)
β β β βββββ0.57 MB (00.07%) ++ (13 tiny)
β β βββββ0.97 MB (00.12%) ++ (3 tiny)
β ββββ56.67 MB (06.88%) -- worker(blob:https://zoom.us/c29c3dbf-eaa5-42a1-b3eb-3e705136fc7f, 0x7fa8772a8d00)
β β βββ55.77 MB (06.77%) -- zone(0x7fa8799bf800)
β β β βββ55.30 MB (06.71%) -- realm(web-worker)
β β β β βββ55.09 MB (06.69%) -- classes
β β β β β βββ32.00 MB (03.89%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ32.00 MB (03.89%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β βββ22.28 MB (02.70%) -- class(WebAssembly.Module)/objects
β β β β β β βββ15.38 MB (01.87%) ββ non-heap/code/wasm
β β β β β β ββββ6.90 MB (00.84%) ++ (2 tiny)
β β β β β ββββ0.81 MB (00.10%) ++ (8 tiny)
β β β β ββββ0.22 MB (00.03%) ++ (4 tiny)
β β β ββββ0.47 MB (00.06%) ++ (11 tiny)
β β ββββ0.90 MB (00.11%) ++ (3 tiny)
β ββββ46.29 MB (05.62%) -- worker(blob:https://zoom.us/e20933db-854c-4d6b-8a12-8b3fc4c6fd3e, 0x7fa877a7c400)
β β βββ45.33 MB (05.50%) -- zone(0x7fa87744ff00)
β β β βββ44.81 MB (05.44%) -- realm(web-worker)
β β β β βββ44.53 MB (05.41%) -- classes
β β β β β βββ22.28 MB (02.70%) -- class(WebAssembly.Module)/objects
β β β β β β βββ15.38 MB (01.87%) ββ non-heap/code/wasm
β β β β β β ββββ6.90 MB (00.84%) ++ (2 tiny)
β β β β β βββ21.33 MB (02.59%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ21.33 MB (02.59%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ0.91 MB (00.11%) ++ (7 tiny)
β β β β ββββ0.29 MB (00.03%) ++ (5 tiny)
β β β ββββ0.51 MB (00.06%) ++ (12 tiny)
β β ββββ0.96 MB (00.12%) ++ (3 tiny)
β ββββ46.03 MB (05.59%) -- worker(blob:https://zoom.us/d528ad7f-e396-4dac-804b-c31a6165a82a, 0x7fa877a7b600)
β β βββ45.17 MB (05.48%) -- zone(0x7fa87744d800)
β β β βββ44.69 MB (05.43%) -- realm(web-worker)
β β β β βββ44.36 MB (05.39%) -- classes
β β β β β βββ32.02 MB (03.89%) -- class(ArrayBuffer)/objects
β β β β β β βββ32.00 MB (03.89%) ββ non-heap/elements/wasm
β β β β β β ββββ0.02 MB (00.00%) ++ (2 tiny)
β β β β β βββ11.22 MB (01.36%) ++ class(WebAssembly.Instance)/objects
β β β β β ββββ1.13 MB (00.14%) ++ (7 tiny)
β β β β ββββ0.33 MB (00.04%) ++ (5 tiny)
β β β ββββ0.48 MB (00.06%) ++ (13 tiny)
β β ββββ0.86 MB (00.10%) ++ (3 tiny)
β ββββ45.60 MB (05.54%) -- worker(blob:https://zoom.us/942c852c-712e-40e3-be60-8d2fe665dd2e, 0x7fa877a7bd00)
β β βββ44.75 MB (05.43%) -- zone(0x7fa87744e500)
β β β βββ44.31 MB (05.38%) -- realm(web-worker)
β β β β βββ44.06 MB (05.35%) -- classes
β β β β β βββ32.02 MB (03.89%) -- class(ArrayBuffer)/objects
β β β β β β βββ32.00 MB (03.89%) ββ non-heap/elements/wasm
β β β β β β ββββ0.02 MB (00.00%) ++ (2 tiny)
β β β β β βββ11.22 MB (01.36%) ++ class(WebAssembly.Instance)/objects
β β β β β ββββ0.82 MB (00.10%) ++ (7 tiny)
β β β β ββββ0.25 MB (00.03%) ++ (5 tiny)
β β β ββββ0.44 MB (00.05%) ++ (12 tiny)
β β ββββ0.85 MB (00.10%) ++ (3 tiny)
β ββββ45.27 MB (05.50%) -- worker(blob:https://zoom.us/4e5ab21b-3acc-40e1-b7f1-2df6e2bd0095, 0x7fa877a7a800)
β β βββ42.50 MB (05.16%) -- zone(0x7fa46aa73b00)
β β β βββ41.27 MB (05.01%) -- realm(web-worker)
β β β β βββ40.46 MB (04.91%) -- classes
β β β β β βββ22.16 MB (02.69%) -- class(WebAssembly.Instance)/objects
β β β β β β βββ15.50 MB (01.88%) ββ non-heap/code/wasm
β β β β β β ββββ6.66 MB (00.81%) ++ (2 tiny)
β β β β β βββ16.00 MB (01.94%) -- class(SharedArrayBuffer)/objects
β β β β β β βββ16.00 MB (01.94%) ββ non-heap/elements/wasm-shared
β β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β β ββββ2.30 MB (00.28%) ++ (8 tiny)
β β β β ββββ0.81 MB (00.10%) ++ (3 tiny)
β β β ββββ1.23 MB (00.15%) ++ (11 tiny)
β β ββββ2.77 MB (00.34%) ++ (3 tiny)
β ββββ41.48 MB (05.04%) -- worker(blob:https://zoom.us/c2e7c3b4-a57a-4c55-aba9-571d4373fc8f, 0x7fa877a7cb00)
β βββ40.50 MB (04.92%) -- zone(0x7fa877452600)
β β βββ39.98 MB (04.85%) -- realm(web-worker)
β β β βββ39.76 MB (04.83%) -- classes
β β β β βββ22.34 MB (02.71%) -- class(WebAssembly.Module)/objects
β β β β β βββ15.44 MB (01.87%) ββ non-heap/code/wasm
β β β β β ββββ6.90 MB (00.84%) ++ (2 tiny)
β β β β βββ16.00 MB (01.94%) -- class(SharedArrayBuffer)/objects
β β β β β βββ16.00 MB (01.94%) ββ non-heap/elements/wasm-shared
β β β β β ββββ0.00 MB (00.00%) ββ gc-heap
β β β β ββββ1.42 MB (00.17%) ++ (7 tiny)
β β β ββββ0.22 MB (00.03%) ++ (3 tiny)
β β ββββ0.52 MB (00.06%) ++ (11 tiny)
β ββββ0.98 MB (00.12%) ++ (3 tiny)
βββ267.53 MB (32.48%) -- window-objects/top(https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927, id=331)
β βββ194.55 MB (23.62%) -- active/window(https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927)
β β βββ188.76 MB (22.92%) -- js-realm(https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&po=0&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927)
β β β βββ174.92 MB (21.24%) -- classes
β β β β βββ139.12 MB (16.89%) -- class(SharedArrayBuffer)/objects
β β β β β βββ139.12 MB (16.89%) -- non-heap/elements
β β β β β β βββ138.67 MB (16.84%) ββ wasm-shared
β β β β β β βββββ0.45 MB (00.05%) ββ shared
β β β β β βββββ0.00 MB (00.00%) ++ (2 tiny)
β β β β ββββ10.31 MB (01.25%) -- class(ArrayBuffer)/objects
β β β β β βββ10.29 MB (01.25%) -- malloc-heap
β β β β β β βββ10.29 MB (01.25%) ββ elements/normal
β β β β β β ββββ0.00 MB (00.00%) ββ slots
β β β β β ββββ0.02 MB (00.00%) ββ gc-heap
β β β β ββββ10.19 MB (01.24%) -- class(Function)/objects
β β β β β ββββ9.67 MB (01.17%) ββ gc-heap
β β β β β ββββ0.52 MB (00.06%) ++ malloc-heap
β β β β βββββ8.90 MB (01.08%) ++ class(Object)/objects
β β β β βββββ6.41 MB (00.78%) ++ (14 tiny)
β β β ββββ13.52 MB (01.64%) ++ scripts
β β β βββββ0.32 MB (00.04%) ++ (4 tiny)
β β βββββ5.79 MB (00.70%) ++ (3 tiny)
β ββββ72.98 MB (08.86%) -- js-zone(0x7fa881036500)
β βββ55.82 MB (06.78%) -- strings
β β βββ37.11 MB (04.51%) ++ (1063 tiny)
β β βββ18.71 MB (02.27%) -- string(<non-notable strings>)
β β βββ17.19 MB (02.09%) -- malloc-heap
β β β βββ17.05 MB (02.07%) ββ latin1
β β β ββββ0.14 MB (00.02%) ββ two-byte
β β ββββ1.52 MB (00.18%) ++ gc-heap
β βββ17.16 MB (02.08%) ++ (14 tiny)
ββββ61.19 MB (07.43%) -- js-non-window
β βββ53.60 MB (06.51%) -- runtime
β β βββ22.44 MB (02.72%) ββ script-data
β β βββ16.63 MB (02.02%) -- gc
β β β βββ16.00 MB (01.94%) ββ nursery-committed
β β β ββββ0.63 MB (00.08%) ++ (3 tiny)
β β βββ11.10 MB (01.35%) ββ shared-immutable-strings-cache
β β ββββ3.43 MB (00.42%) ++ (11 tiny)
β ββββ7.59 MB (00.92%) ++ (3 tiny)
ββββ29.10 MB (03.53%) -- heap-overhead
β βββ11.27 MB (01.37%) ββ page-cache
β βββ10.77 MB (01.31%) ++ bin-unused
β ββββ7.06 MB (00.86%) ++ (2 tiny)
ββββ23.16 MB (02.81%) ++ (23 tiny)
ββββ17.22 MB (02.09%) ββ heap-unclassified
Other Measurements
24.75 MB (100.0%) -- decommitted
βββ17.71 MB (71.59%) ββ js-non-window/gc-heap/decommitted-pages
ββββ7.03 MB (28.41%) -- workers/workers(zoom.us)
βββ1.15 MB (04.66%) ββ worker(blob:https://zoom.us/942c852c-712e-40e3-be60-8d2fe665dd2e, 0x7fa877a7bd00)/gc-heap/decommitted-pages
βββ1.15 MB (04.64%) ββ worker(blob:https://zoom.us/d528ad7f-e396-4dac-804b-c31a6165a82a, 0x7fa877a7b600)/gc-heap/decommitted-pages
βββ1.07 MB (04.31%) ββ worker(blob:https://zoom.us/4e5ab21b-3acc-40e1-b7f1-2df6e2bd0095, 0x7fa877a7a800)/gc-heap/decommitted-pages
βββ1.01 MB (04.09%) ββ worker(blob:https://zoom.us/fc94b268-2306-447d-bf4f-f73a7749543d, 0x7fa8772a8600)/gc-heap/decommitted-pages
βββ0.98 MB (03.95%) ββ worker(blob:https://zoom.us/c29c3dbf-eaa5-42a1-b3eb-3e705136fc7f, 0x7fa8772a8d00)/gc-heap/decommitted-pages
βββ0.85 MB (03.43%) ββ worker(blob:https://zoom.us/e20933db-854c-4d6b-8a12-8b3fc4c6fd3e, 0x7fa877a7c400)/gc-heap/decommitted-pages
βββ0.83 MB (03.35%) ββ worker(blob:https://zoom.us/c2e7c3b4-a57a-4c55-aba9-571d4373fc8f, 0x7fa877a7cb00)/gc-heap/decommitted-pages
481 (100.0%) -- event-counts
βββ481 (100.0%) -- window-objects/top(https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927, id=331)/active/window(https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927)/dom
βββ349 (72.56%) ββ event-listeners
βββ132 (27.44%) ββ event-targets
18 (100.0%) -- extensions
ββββ1 (05.56%) ββ Extension(id={d04b0b40-3dab-4f0b-97a6-04ec3eddbfb0}, name="Ecosia β Die Suchmaschine, die BΓ€ume pflanzt", baseURL=moz-extension://a0fc7faf-0d6a-4cd6-819d-aa90cd1cbcc5/)
ββββ1 (05.56%) ββ Extension(id=addons-search-detection@mozilla.com, name="Add-ons Search Detection", baseURL=moz-extension://5092e29d-87a2-4e18-8d54-dd68c0f9a556/)
ββββ1 (05.56%) ββ Extension(id=amazon@search.mozilla.org, name="Amazon.de", baseURL=moz-extension://4a2ed302-0e51-42c2-b3a5-ef1cdcaef025/)
ββββ1 (05.56%) ββ Extension(id=amazondotcom@search.mozilla.org, name="Amazon.com", baseURL=moz-extension://8c04840a-9567-4f1d-9c49-a92bc4f67922/)
ββββ1 (05.56%) ββ Extension(id=bing@search.mozilla.org, name="Bing", baseURL=moz-extension://db4c9e4c-725a-4cf6-8ee8-88dccc443ebe/)
ββββ1 (05.56%) ββ Extension(id=ddg@search.mozilla.org, name="DuckDuckGo", baseURL=moz-extension://dd80732a-3968-425c-a1f4-ace2ea9262c2/)
ββββ1 (05.56%) ββ Extension(id=default-theme@mozilla.org, name="System theme β auto", baseURL=moz-extension://eddaef24-ad17-414d-8144-a04f641ec817/)
ββββ1 (05.56%) ββ Extension(id=ebay@search.mozilla.org, name="eBay", baseURL=moz-extension://5a02c63d-eb1b-4d80-9d00-5b71a558b80b/)
ββββ1 (05.56%) ββ Extension(id=ecosia@search.mozilla.org, name="Ecosia", baseURL=moz-extension://d2f462b3-8dfa-44b1-b66b-dd5a07f4e624/)
ββββ1 (05.56%) ββ Extension(id=formautofill@mozilla.org, name="Form Autofill", baseURL=moz-extension://89f910d2-3b86-4600-b403-2376aa65ceeb/)
ββββ1 (05.56%) ββ Extension(id=google@search.mozilla.org, name="Google", baseURL=moz-extension://f6219440-3e01-422a-9049-07f66ed6fd09/)
ββββ1 (05.56%) ββ Extension(id=jid1-TSgSxBhncsPBWQ@jetpack, name="h264ify", baseURL=moz-extension://a20a0e29-3c48-4d6c-b641-8a594bce65a3/)
ββββ1 (05.56%) ββ Extension(id=leo_ende_de@search.mozilla.org, name="LEO Eng-Deu", baseURL=moz-extension://629e27df-8a74-41e8-8e6f-9107a9e321be/)
ββββ1 (05.56%) ββ Extension(id=pictureinpicture@mozilla.org, name="Picture-In-Picture", baseURL=moz-extension://d2e8ff93-1854-4a8d-9023-e26e6a884191/)
ββββ1 (05.56%) ββ Extension(id=screenshots@mozilla.org, name="Firefox Screenshots", baseURL=moz-extension://732688fb-be5a-44cd-a2d8-2774f7a456ad/)
ββββ1 (05.56%) ββ Extension(id=webcompat-reporter@mozilla.org, name="WebCompat Reporter", baseURL=moz-extension://14775697-4437-4410-a091-f1e8c0f160e4/)
ββββ1 (05.56%) ββ Extension(id=webcompat@mozilla.org, name="Web Compatibility Interventions", baseURL=moz-extension://8c879d02-6170-4df5-b737-bf8d36c53d0d/)
ββββ1 (05.56%) ββ Extension(id=wikipedia@search.mozilla.org, name="Wikipedia (de)", baseURL=moz-extension://3dc6ab1d-c546-42cb-bb73-9bbef7a92218/)
13 (100.0%) -- file-blob-urls
βββ13 (100.0%) -- owner(https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&po=0&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927)
ββββ1 (07.69%) ββ blob:https://zoom.us/1b7cead9-e028-43f5-916b-90681be77968
ββββ1 (07.69%) ββ blob:https://zoom.us/2d956164-8557-41b8-ae75-85266605270e
ββββ1 (07.69%) ββ blob:https://zoom.us/4e5ab21b-3acc-40e1-b7f1-2df6e2bd0095
ββββ1 (07.69%) ββ blob:https://zoom.us/808e125b-174b-44c8-9d7a-618b801ff985
ββββ1 (07.69%) ββ blob:https://zoom.us/90ecc169-668f-40f2-b4c3-beb6e54a209e
ββββ1 (07.69%) ββ blob:https://zoom.us/942c852c-712e-40e3-be60-8d2fe665dd2e
ββββ1 (07.69%) ββ blob:https://zoom.us/b5b69a8d-5569-4e64-8abd-85abbf065aaa
ββββ1 (07.69%) ββ blob:https://zoom.us/c29c3dbf-eaa5-42a1-b3eb-3e705136fc7f
ββββ1 (07.69%) ββ blob:https://zoom.us/c2e7c3b4-a57a-4c55-aba9-571d4373fc8f
ββββ1 (07.69%) ββ blob:https://zoom.us/d528ad7f-e396-4dac-804b-c31a6165a82a
ββββ1 (07.69%) ββ blob:https://zoom.us/dbdf35b1-5d4a-4cc3-b14b-46d96f982055
ββββ1 (07.69%) ββ blob:https://zoom.us/e20933db-854c-4d6b-8a12-8b3fc4c6fd3e
ββββ1 (07.69%) ββ blob:https://zoom.us/fc94b268-2306-447d-bf4f-f73a7749543d
304.53 MB (100.0%) -- heap-committed
βββ276.84 MB (90.91%) ββ allocated
ββββ27.68 MB (09.09%) ββ overhead
3.64 MB (100.0%) -- images
βββ3.64 MB (100.0%) -- content
βββ2.84 MB (77.94%) -- raster/used
β βββ2.71 MB (74.38%) ββ decoded-nonheap
β βββ0.13 MB (03.54%) ββ source
β βββ0.00 MB (00.03%) ββ decoded-heap
βββ0.80 MB (22.06%) ββ vector/used/source
29 (100.0%) -- ipc-channels
βββ16 (55.17%) ββ PBackgroundChild
ββββ3 (10.34%) ββ PCanvasManagerChild
ββββ2 (06.90%) ββ PBackgroundStarterChild
ββββ1 (03.45%) ββ PCompositorManagerChild
ββββ1 (03.45%) ββ PContentChild
ββββ1 (03.45%) ββ PImageBridgeChild
ββββ1 (03.45%) ββ PProcessHangMonitorChild
ββββ1 (03.45%) ββ PProfilerChild
ββββ1 (03.45%) ββ PRemoteDecoderManagerChild
ββββ1 (03.45%) ββ PSocketProcessBridgeChild
ββββ1 (03.45%) ββ PVRManagerChild
ββββ0 (00.00%) ββ PRemoteLazyInputStreamChild
33 (100.0%) -- ipc-channels-peak
βββ16 (48.48%) ββ PBackgroundChild
ββββ4 (12.12%) ββ PRemoteLazyInputStreamChild
ββββ3 (09.09%) ββ PCanvasManagerChild
ββββ2 (06.06%) ββ PBackgroundStarterChild
ββββ1 (03.03%) ββ PCompositorManagerChild
ββββ1 (03.03%) ββ PContentChild
ββββ1 (03.03%) ββ PImageBridgeChild
ββββ1 (03.03%) ββ PProcessHangMonitorChild
ββββ1 (03.03%) ββ PProfilerChild
ββββ1 (03.03%) ββ PRemoteDecoderManagerChild
ββββ1 (03.03%) ββ PSocketProcessBridgeChild
ββββ1 (03.03%) ββ PVRManagerChild
4 (100.0%) -- js-helper-threads
βββ4 (100.0%) ββ idle
βββ0 (00.00%) ββ active
322.24 MB (100.0%) -- js-main-runtime
βββ189.67 MB (58.86%) -- realms
β βββ175.51 MB (54.47%) -- classes/objects
β β βββ139.12 MB (43.17%) -- non-heap/elements
β β β βββ138.67 MB (43.03%) ββ wasm-shared
β β β βββββ0.45 MB (00.14%) ββ shared
β β ββββ20.77 MB (06.45%) ββ gc-heap
β β ββββ15.62 MB (04.85%) -- malloc-heap
β β βββ11.84 MB (03.67%) ββ elements/normal
β β ββββ3.47 MB (01.08%) ββ slots
β β ββββ0.31 MB (00.10%) ++ (3 tiny)
β ββββ13.84 MB (04.30%) -- scripts
β β ββββ7.07 MB (02.19%) ββ malloc-heap/data
β β ββββ6.77 MB (02.10%) ββ gc-heap
β βββββ0.32 MB (00.10%) ++ (4 tiny)
ββββ77.00 MB (23.90%) -- zones
β βββ59.73 MB (18.54%) -- strings
β β βββ54.76 MB (16.99%) -- malloc-heap
β β β βββ50.40 MB (15.64%) ββ latin1
β β β ββββ4.36 MB (01.35%) ββ two-byte
β β ββββ4.97 MB (01.54%) -- gc-heap
β β βββ4.92 MB (01.53%) ββ latin1
β β βββ0.05 MB (00.02%) ββ two-byte
β ββββ7.69 MB (02.39%) -- scopes
β β βββ4.85 MB (01.51%) ββ malloc-heap
β β βββ2.84 MB (00.88%) ββ gc-heap
β ββββ5.05 MB (01.57%) ++ (12 tiny)
β ββββ4.53 MB (01.40%) -- property-maps
β βββ3.75 MB (01.17%) ++ gc-heap
β βββ0.77 MB (00.24%) ++ malloc-heap
ββββ53.60 MB (16.63%) ββ runtime
βββββ1.97 MB (00.61%) ++ gc-heap
45.25 MB (100.0%) -- js-main-runtime-gc-heap-committed
βββ41.91 MB (92.61%) -- used
β βββ40.16 MB (88.74%) -- gc-things
β β βββ20.77 MB (45.90%) ββ objects
β β ββββ6.77 MB (14.97%) ββ scripts
β β ββββ4.97 MB (10.99%) ββ strings
β β ββββ3.75 MB (08.30%) ββ property-maps
β β ββββ2.84 MB (06.27%) ββ scopes
β β ββββ0.73 MB (01.62%) ββ shapes
β β ββββ0.31 MB (00.69%) ++ (5 tiny)
β ββββ0.97 MB (02.14%) ββ chunk-admin
β ββββ0.78 MB (01.72%) ββ arena-admin
ββββ3.35 MB (07.39%) -- unused
βββ2.35 MB (05.18%) -- gc-things
β βββ2.19 MB (04.85%) ββ objects
β βββ0.15 MB (00.33%) ++ (10 tiny)
βββ1.00 MB (02.21%) ββ chunks
βββ0.00 MB (00.00%) ββ arenas
3 (100.0%) -- js-main-runtime-realms
βββ2 (66.67%) -- user
β βββ1 (33.33%) ββ [Expanded Principal [https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&po=0&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927]], UA Widget Scope
β βββ1 (33.33%) ββ https://zoom.us/wc/530684000/join?refTK=&from=&tk=X2P0KWxvoNypb9_sHc09_Odlccxmafa7zP9aBLLC0dw.DQMAAAAAH6GYYBY1LVUycW5rZFFDZVphQkJoYXFZcEFRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&epk=XOTmifBwO2XgnIT9CTzNqcRAMaHE0SBSR5aWWEIryqQC0h4P61w.NHKQQtazZXLgd9yX&po=0&wpk=wcpk%7B0%7D%26%26%26%26wcpkaa29d0ff8e1b6c806e8d45dff256ff04&_x_zm_rtaid=RIrDt8XQR6CRJRqIH1c7hQ.1686751500795.30ec6e74a3e7e4a43e151d8dbe66d2fb&_x_zm_rhtaid=927
βββ1 (33.33%) ββ system/[System Principal], shared JSM global
1 (100.0%) -- js-module-loader
βββ1 (100.0%) ββ modules/resource:///modules/FaviconLoader.jsm
10 (100.0%) -- message-manager
βββ10 (100.0%) -- referent/child-process-manager
βββ10 (100.0%) ββ strong
ββββ0 (00.00%) ++ weak
363 (100.0%) -- observer-service
βββ363 (100.0%) -- referent
βββ257 (70.80%) ββ strong
βββ106 (29.20%) -- weak
βββ106 (29.20%) ββ alive
βββββ0 (00.00%) ββ dead
76 (100.0%) -- preference-service
βββ76 (100.0%) -- referent
βββ51 (67.11%) ββ strong
βββ25 (32.89%) -- weak
βββ25 (32.89%) ββ alive
ββββ0 (00.00%) ββ dead
5.65 MB (100.0%) -- window-objects
βββ3.84 MB (67.97%) -- layout
β βββ2.51 MB (44.34%) ββ style-sets
β βββ0.58 MB (10.23%) ββ style-structs
β βββ0.29 MB (05.10%) ββ display-list-arena
β βββ0.22 MB (03.98%) ββ pres-arena
β βββ0.14 MB (02.45%) ββ computed-values
β βββ0.11 MB (01.88%) ++ (6 tiny)
βββ1.80 MB (31.89%) -- dom
β βββ1.05 MB (18.61%) ββ orphan-nodes
β βββ0.37 MB (06.61%) ββ text-nodes
β βββ0.34 MB (06.10%) ββ element-nodes
β βββ0.03 MB (00.57%) ++ (5 tiny)
βββ0.01 MB (00.13%) ββ property-tables
0.00 MB ββ gfx-textures
0.00 MB ββ gfx-textures-peak
0.00 MB ββ gfx-tiles-waste
0 ββ ghost-windows
276.84 MB ββ heap-allocated
1.00 MB ββ heap-chunksize
439.00 MB ββ heap-mapped
0 ββ imagelib-surface-cache-already-present-count
0.00 MB ββ imagelib-surface-cache-estimated-locked
2.70 MB ββ imagelib-surface-cache-estimated-total
6 ββ imagelib-surface-cache-image-count
8 ββ imagelib-surface-cache-image-surface-count
0 ββ imagelib-surface-cache-locked-image-count
0 ββ imagelib-surface-cache-locked-surfaces-count
0 ββ imagelib-surface-cache-overflow-count
0 ββ imagelib-surface-cache-table-failure-count
8 ββ imagelib-surface-cache-tracked-cost-count
8 ββ imagelib-surface-cache-tracked-expiry-count
0 ββ imagelib-surface-cache-tracking-failure-count
3.86 MB ββ js-main-runtime-temporary-peak
0 ββ page-faults-hard
9,118,535 ββ page-faults-soft
796.45 MB ββ resident
996.75 MB ββ resident-peak
663.48 MB ββ resident-unique
0.00 MB ββ script-preloader-memmapped-cache
2.77 MB ββ shmem-allocated
2.77 MB ββ shmem-mapped
0.00 MB ββ system-heap-allocated
0 ββ unresolved-ipc-responses
32,108.35 MB ββ vsize
8,805.47 MB ββ wasm-guard-pages
0.00 MB ββ wasm-runtime
End of webCOOP+COEP=https://zoom.us^privateBrowsingId=1 (pid 14147
Reporter | ||
Comment 24•2 years ago
|
||
Using Debian sid/unstable with firefox 119.0, after half an hour Zoom session I see:
WARNING: the following values are negative or unreasonably large.
β’ explicit/(23 tiny)
β’ explicit/(23 tiny)/heap-unclassified
This indicates a defect in one or more memory reporters. The invalid values are highlighted.
Explicit Allocations
1,022.92 MB (100.0%) -- explicit
βββββ733.59 MB (71.72%) -- workers/workers(zoom.us)
[β¦]
298.77 MB (100.0%) -- heap-committed
βββ273.48 MB (91.53%) ββ allocated
ββββ25.29 MB (08.47%) ββ overhead
[β¦]
273.44 MB (100.0%) -- js-main-runtime
βββ176.40 MB (64.51%) -- realms
[β¦]
0.00 MB ββ gfx-textures
0.00 MB ββ gfx-textures-peak
0.00 MB ββ gfx-tiles-waste
0 ββ ghost-windows
273.48 MB ββ heap-allocated
1.00 MB ββ heap-chunksize
340.00 MB ββ heap-mapped
0 ββ imagelib-surface-cache-already-present-count
0.00 MB ββ imagelib-surface-cache-estimated-locked
2.58 MB ββ imagelib-surface-cache-estimated-total
6 ββ imagelib-surface-cache-image-count
8 ββ imagelib-surface-cache-image-surface-count
0 ββ imagelib-surface-cache-locked-image-count
0 ββ imagelib-surface-cache-locked-surfaces-count
0 ββ imagelib-surface-cache-overflow-count
0 ββ imagelib-surface-cache-table-failure-count
8 ββ imagelib-surface-cache-tracked-cost-count
8 ββ imagelib-surface-cache-tracked-expiry-count
0 ββ imagelib-surface-cache-tracking-failure-count
26.30 MB ββ js-main-runtime-temporary-peak
2 ββ page-faults-hard
20,989,095 ββ page-faults-soft
692.90 MB ββ resident
720.16 MB ββ resident-peak
569.43 MB ββ resident-unique
0.00 MB ββ script-preloader-memmapped-cache
2.65 MB ββ shmem-allocated
2.65 MB ββ shmem-mapped
0.00 MB ββ system-heap-allocated
0 ββ unresolved-ipc-responses
40,198.67 MB ββ vsize
6,623.41 MB ββ wasm-guard-pages
0.00 MB ββ wasm-runtime
Comment 25•2 years ago
|
||
I've also been experiencing this issue for quite some time on Fedora builds of Firefox.
Comment 26•4 months ago
|
||
I can try to check my about:memory tab during next conference
since I use web client all the time
Comment 27•1 month ago
|
||
checked during the last team meeting call.
Firefox uses 1.8GB of the memory all the time and this is not increased
(WIndows 11, Zoom web client)
Description
•