Open Bug 842979 Opened 11 years ago Updated 5 months ago

Gmail web page is using a lot of memory (~300MB), ~87MB of which are orphan nodes

Categories

(Core :: General, defect)

x86_64
macOS
defect

Tracking

()

People

(Reporter: whimboo, Unassigned)

Details

(Keywords: memory-leak, Whiteboard: [MemShrink:P2] [platform-rel-Google] [platform-rel-Gmail])

Attachments

(2 files)

Not sure what caused that but I ended up with about 300MB only for the Gmail tab. I will attach some output which will hopefully help.
Attached file about:memory
After running the cycle collector with about:cc I still get high numbers:

29457 objects
1194 roots
0 garbage
66642 edges

Olli, anything you would need while I have it in the active session?
No, there is no way at the moment to get this reproduced. Sadly I hit 'profile startup' in the profiler add-on which restarted my browser. I will keep an eye on it and report back once I have seen it again.
Keywords: mlk
Gmail tends to take a fair amount of memory.  The only unusual thing I see in about:memory is this:

├──108.43 MB (09.42%) -- window(https://mail.google.com/mail/u/0/?ui=2&shva=1#inbox/13c8ae3b2a70cba6)
│  ├───89.44 MB (07.77%) -- dom
│  │   ├──86.64 MB (07.53%) ── orphan-nodes

The usual question:  do you have any extensions installed?
Also: how long has gmail been open?
Summary: Gmail web page is using a lot of memory (~300MB) → Gmail web page is using a lot of memory (~300MB), ~87MB of which are orphan nodes
Whiteboard: [MemShrink] → [MemShrink:P2]
Yes, extensions are installed. Here the list:

  "extensions": [
    {
      "name": "Adblock Plus",
      "version": "2.2.3",
      "isActive": true,
      "id": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}"
    },
    {
      "name": "Bugzilla Tweaks",
      "version": "1.12.1",
      "isActive": true,
      "id": "jid0-qBnIpLfDFa4LpdrjhAC6vBqN20Q@jetpack"
    },
    {
      "name": "Customizable Shortcuts",
      "version": "0.5.10",
      "isActive": true,
      "id": "customizable-shortcuts@timtaubert.de"
    },
    {
      "name": "Cycle Collector Graph Analyzer, about:cc",
      "version": "0.0.1",
      "isActive": true,
      "id": "cycle.collector.graph.analyzer@pettay.fi"
    },
    {
      "name": "DOM Inspector",
      "version": "2.0.13",
      "isActive": true,
      "id": "inspector@mozilla.org"
    },
    {
      "name": "Firebug",
      "version": "1.11.2",
      "isActive": true,
      "id": "firebug@software.joehewitt.com"
    },
    {
      "name": "Gecko Profiler",
      "version": "1.11.11",
      "isActive": true,
      "id": "jid0-edalmuivkozlouyij0lpdx548bc@jetpack"
    },
    {
      "name": "Ghostery",
      "version": "2.9.2",
      "isActive": true,
      "id": "firefox@ghostery.com"
    },
    {
      "name": "MemChaser",
      "version": "0.5.2",
      "isActive": true,
      "id": "memchaser@quality.mozilla.org"
    },
    {
      "name": "Nightly Tester Tools",
      "version": "3.4",
      "isActive": true,
      "id": "{8620c15f-30dc-4dba-a131-7c5d20cf4a29}"
    },
    {
      "name": "NoScript",
      "version": "2.6.5.8",
      "isActive": true,
      "id": "{73a6fe31-595d-460b-a920-fcc0f8843232}"
    },
    {
      "name": "Restartless Restart",
      "version": "9",
      "isActive": true,
      "id": "restartless.restart@erikvold.com"
    },
    {
      "name": "Ubuntu Firefox Modifications",
      "version": "2.6",
      "isActive": true,
      "id": "ubufox@ubuntu.com"
    },
    {
      "name": "Unity Desktop Integration",
      "version": "2.4.1",
      "isActive": true,
      "id": "webapps-team@lists.launchpad.net"
    },
    {
      "name": "Unity Websites integration",
      "version": "2012.10.12.beta",
      "isActive": true,
      "id": "{2e1445b0-2682-11e1-bfc2-0800200c9a66}"
    },
    {
      "name": "Github tweaks for Bugzilla",
      "version": "1.9",
      "isActive": false,
      "id": "jid0-AWShpy08txla2QGDYvv5bed4sjs@jetpack"
    },
    {
      "name": "JavaScript Terminal",
      "version": "2.4",
      "isActive": false,
      "id": "jsterm@paulrouget.com"
    },
    {
      "name": "Shumway",
      "version": "0.5.139",
      "isActive": false,
      "id": "shumway@research.mozilla.org"
    },
    {
      "name": "SQLite Manager",
      "version": "0.7.7",
      "isActive": false,
      "id": "SQLiteManager@mrinalkant.blogspot.com"
    },
    {
      "name": "SuperOTR Extension",
      "version": "0.1.2",
      "isActive": false,
      "id": "addtosuperotr@naich"
    }
  ]
}

I usually have gmail open all the time. But have seen this issue only once until now. I'm not sure what exactly has been caused it. If it happens again would even a huge gc log help given that I cannot restart the browser?
You should cut out the Ubuntu specific extensions given that I posted the comment from my new Ubuntu machine, but have seen this on OS X.
khuey said he's seen this before on his machine.
200+ MB seen in Firefox 26.0 here, most of it orphan-nodes.
Similarly orphan-nodes increase when pinging about:memory - seem to be freed only every few reloads.

Mozilla/5.0 (Windows NT 5.1; rv:26.0) Gecko/20100101 Firefox/26.0
I haven't seen this for a while. Radoslaw, do you have any steps in how to force this behavior?
1. Open web browser.
2. Open GMail, log in.
3. Have GMail in horizontal mode (not sure if critical)
4. Open about:memory, check memory usage. (is around 230 MB here; 140 MB cold)
5. Open another tab, can be empty
6. Wait for about 30 minutes with GMail in background
7. Check about:memory again.

Monitor memory every some time, it will increase over time, mostly due to JS fragmentation, some due to orphaned nodes.
Clicking and viewing mails makes it a bit worse.

Reducing JS GC limits makes it better, but does not fix the problem.
Anyone reported this to Google? (Since this sounds like a gmail issue, not FF issue)
Doesn't seem like it's their problem, since Chrome handles it fine. Just some interaction with JS memory allocator.
Chrome's is more greedy in defragmenting, which means e.g. getting many millions small objects interspersed with large objects is much slower, but doesn't "leak" memory.
orphan nodes sure look like a gmail problem.

(Google Reader had massive problems related to keeping otherwise dead native objects alive by having
references to them in JS)
There aren't that many orphan nodes, if any, but JS is consuming quite a bit of memory - about 80 MB or more, depending on the page.
I'm having this issue as well. As soon as I start up Firefox (with Gmail loading being that I have it as an app tab), Gmail starts using over 100MB of memory instantly. It sometimes builds up over time (seen 180MB few days ago at work, which is on Mac, at home is on Ubuntu), but sometimes it decreases as well. After 15 minutes of Firefox running, it's down from 110MB to 63MB.

If there is anything I can do to help by monitoring or something like that, please let me know. I am aware that I'm responding on an old report, but I have been having this problem for over a month now I think, so I decided to look for it and stumbled apon this ticket.
(In reply to Gwildor Sok from comment #18)
> I'm having this issue as well. As soon as I start up Firefox (with Gmail
> loading being that I have it as an app tab), Gmail starts using over 100MB
> of memory instantly. It sometimes builds up over time (seen 180MB few days
> ago at work, which is on Mac, at home is on Ubuntu), but sometimes it
> decreases as well. After 15 minutes of Firefox running, it's down from 110MB
> to 63MB.

100 MiB of memory for Gmail doesn't necessarily indicate a problem. In a fairly new session I have similar numbers:

> │  ├──103.55 MB (20.13%) -- top(https://mail.google.com/mail/u/0/?pli=1#label/A-moz%2Fbugz/13d3ca75c8cbf65a, id=27)
> │  │  ├───89.26 MB (17.35%) -- active
> │  │  │   ├──34.36 MB (06.68%) -- window(https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.en.1FhreUYJi6A.O/m=m_i,t/am=fEYcJ2TsLxRnuEsfUPv3vmeXFLv7fZGfMAEIYS8A_2_2_wCuB_ZB2bEB/rt=h/d=1/t=zcms/rs=AItRSTM5Vn2ocnfaBoRCDBdnb73QFKbNmQ?random=1400798269358)
> │  │  │   │  ├──27.19 MB (05.29%) -- js-compartment(https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.en.1FhreUYJi6A.O/m=m_i,t/am=fEYcJ2TsLxRnuEsfUPv3vmeXFLv7fZGfMAEIYS8A_2_2_wCuB_ZB2bEB/rt=h/d=1/t=zcms/rs=AItRSTM5Vn2ocnfaBoRCDBdnb73QFKbNmQ?random=1400798269358, about:blank)
> │  │  │   │  │  ├──17.19 MB (03.34%) -- objects
> │  │  │   │  │  │  ├──10.95 MB (02.13%) ++ gc-heap
> │  │  │   │  │  │  ├───6.24 MB (01.21%) ++ malloc-heap
> │  │  │   │  │  │  └───0.00 MB (00.00%) ── non-heap/code/asm.js
> │  │  │   │  │  ├───5.50 MB (01.07%) ++ shapes
> │  │  │   │  │  └───4.50 MB (00.87%) ++ (7 tiny)
> │  │  │   │  └───7.17 MB (01.39%) ++ (4 tiny)
> │  │  │   ├──18.84 MB (03.66%) -- window(https://mail.google.com/mail/u/0/?pli=1#label/A-moz%2Fbugz/13d3ca75c8cbf65a)
> │  │  │   │  ├───7.03 MB (01.37%) ++ layout
> │  │  │   │  ├───5.96 MB (01.16%) ── style-sheets
> │  │  │   │  └───5.84 MB (01.14%) ++ (3 tiny)
> │  │  │   ├──16.50 MB (03.21%) ++ (5 tiny)
> │  │  │   ├───7.74 MB (01.50%) -- window(https://mail.google.com/mail/u/0/?ui=2&view=bsp&ver=ohhl4rw8mbn4)
> │  │  │   │   ├──7.38 MB (01.43%) -- layout
> │  │  │   │   │  ├──7.29 MB (01.42%) ── style-sets [2]
> │  │  │   │   │  └──0.09 MB (00.02%) ++ (6 tiny)
> │  │  │   │   └──0.36 MB (00.07%) ++ (5 tiny)
> │  │  │   ├───6.17 MB (01.20%) ++ window(https://www.google.com/calendar/mgadget?container=gm&view=default&lang=en&country=AU&sanitize=0&v=68b8d3f25b6971&rpctoken=8i80fkaok6gb&libs=rpc:dynamic-height:setprefs:core:google.waitforload:auth-refresh&parent=https://mail.google.com/html&up_calendarColors=(%232952A3)&up_calendarFeeds=(n.nethercote%2540gmail.com)&up_dateFormat=0&up_firstDay=0&up_hideAgenda=0&up_showDatepicker=false&up_showEmptyDays=0&up_showExpiredEvents=false&up_timeFormat=1:00pm&mid=0&st=e%3DAA6WCYaOdkLicjWqKMFmLnPruAV%252BKUoX8CslRQ5TORpC446PEo%252FWvZDPVS7EFyvq88WUjyesi3eOJvBx8BoaDD4jnUaFu9SyIMxwGAiiRDBEw6zLEx1V1XFDCE5Uy6jeJ5i5XVSyPk%252BO%26c%3Dgm)
> │  │  │   └───5.66 MB (01.10%) ++ window(https://apis.google.com/u/0/_/streamwidgets/hovercard?origin=https%3A%2F%2Fmail.google.com&hl=en&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.ZgMbf97wsK0.O%2Fm%3D__features__%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMKRpkCIa40hbsPiL8w0-a9gPRW2A#rpctoken=199375169&_methods=noContent%2Ckeystroke%2Cready%2CdispatchEvent%2C_event%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart&id=I1_1406386656033&parent=https%3A%2F%2Fmail.google.com&pfname=)
> │  │  └───14.29 MB (02.78%) ++ js-zone(0x7fefa97d6000)

Gmail just tends to use that much memory. The original issue here was the large amount of orphan nodes, which do indicate a potential problem.

If you can visit about:memory, hit "measure", and then copy and paste the gmail data the same as I have above, that might be helpful, though I suspect in your case there's nothing really to act on.
You are right, I doubt there is something big going on. The memory on orphan nodes is very low as well (0.47MB, if I'm looking at the right statistic), so it definitely seems that issue is gone.

>751.80 MB (100.0%) -- explicit
>├──246.22 MB (32.75%) -- window-objects
>│  ├───88.87 MB (11.82%) -- top(https://mail.google.com/mail/u/0/#inbox/1477332a7ff09761, id=9)
>│  │   ├──67.25 MB (08.95%) -- active
>│  │   │  ├──20.14 MB (02.68%) -- window(https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.en_GB.kpy6aBXYmsk.O/m=m_i,t,it/am=fEYcI__uLxRnuEufVPv3v3eXFD_7ffi7MwEIYS9Q_2_2_wDuB_ZB_bE/rt=h/d=1/t=zcms/rs=AItRSTPELCqS65g7INwUs76EaNMkAtaNmw)
>│  │   │  │  ├──17.85 MB (02.37%) -- js-compartment(https://mail.google.com/_/scs/mail-static/_/js/k=gmail.main.en_GB.kpy6aBXYmsk.O/m=m_i,t,it/am=fEYcI__uLxRnuEufVPv3v3eXFD_7ffi7MwEIYS9Q_2_2_wDuB_ZB_bE/rt=h/d=1/t=zcms/rs=AItRSTPELCqS65g7INwUs76EaNMkAtaNmw, about:blank)
>│  │   │  │  │  ├──10.28 MB (01.37%) -- objects
>│  │   │  │  │  │  ├───6.84 MB (00.91%) -- gc-heap
>│  │   │  │  │  │  │   ├──2.73 MB (00.36%) ── ordinary
>│  │   │  │  │  │  │   ├──2.24 MB (00.30%) ── function [2]
>│  │   │  │  │  │  │   ├──1.78 MB (00.24%) ── dense-array
>│  │   │  │  │  │  │   └──0.10 MB (00.01%) ── cross-compartment-wrapper
>│  │   │  │  │  │  ├───3.44 MB (00.46%) -- malloc-heap
>│  │   │  │  │  │  │   ├──2.14 MB (00.28%) ── elements/non-asm.js
>│  │   │  │  │  │  │   ├──1.25 MB (00.17%) ── slots
>│  │   │  │  │  │  │   ├──0.03 MB (00.00%) ── arguments-data
>│  │   │  │  │  │  │   └──0.02 MB (00.00%) ── property-iterator-data
>│  │   │  │  │  │  └───0.00 MB (00.00%) ── non-heap/code/asm.js
>│  │   │  │  │  └───7.57 MB (01.01%) -- (6 tiny)
>│  │   │  │  │      ├──5.22 MB (00.69%) ++ shapes
>│  │   │  │  │      ├──1.17 MB (00.16%) ++ scripts
>│  │   │  │  │      ├──0.62 MB (00.08%) ++ baseline
>│  │   │  │  │      ├──0.37 MB (00.05%) ++ type-inference
>│  │   │  │  │      ├──0.16 MB (00.02%) ── cross-compartment-wrapper-table
>│  │   │  │  │      └──0.04 MB (00.00%) ++ sundries
>│  │   │  │  └───2.29 MB (00.30%) -- (4 tiny)
>│  │   │  │      ├──1.90 MB (00.25%) -- dom
>│  │   │  │      │  ├──1.84 MB (00.24%) ── text-nodes
>│  │   │  │      │  ├──0.04 MB (00.01%) ── element-nodes [2]
>│  │   │  │      │  ├──0.01 MB (00.00%) ── other [4]
>│  │   │  │      │  └──0.00 MB (00.00%) ── event-targets [4]
>│  │   │  │      ├──0.39 MB (00.05%) -- layout
>│  │   │  │      │  ├──0.31 MB (00.04%) ── style-sets [2]
>│  │   │  │      │  ├──0.05 MB (00.01%) ── pres-shell [2]
>│  │   │  │      │  ├──0.01 MB (00.00%) ── rule-nodes [2]
>│  │   │  │      │  ├──0.01 MB (00.00%) ── style-contexts [2]
>│  │   │  │      │  ├──0.01 MB (00.00%) ── frames/sundries [2]
>│  │   │  │      │  ├──0.01 MB (00.00%) ── pres-contexts [2]
>│  │   │  │      │  └──0.00 MB (00.00%) ── line-boxes [2]
>│  │   │  │      ├──0.00 MB (00.00%) ── property-tables [2]
>│  │   │  │      └──0.00 MB (00.00%) ── style-sheets [2]
>│  │   │  ├──18.54 MB (02.47%) -- (17 tiny)
>│  │   │  │  ├───4.25 MB (00.56%) ++ window(https://talkgadget.google.com/u/0/talkgadget/_/frame2?v=1405962347&hl=en-GB#e%5B%22wblh0.6134129294064151-1%22,2,1,%5Bnull,%5B2,3,4,5%5D%5D%5D)
>│  │   │  │  ├───3.63 MB (00.48%) ++ window(https://talkgadget.google.com/u/0/talkgadget/_/frame2?v=1405962347&hl=en-GB#e%5B%22wblh0.6134129294064151-0%22,2,1,%5Btrue,%5B%5D%5D%5D)
>│  │   │  │  ├───2.14 MB (00.28%) ++ window(https://apis.google.com/u/0/_/streamwidgets/hovercard?origin=https%3A%2F%2Fmail.google.com&hl=en-GB&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.ZgMbf97wsK0.O%2Fm%3D__features__%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMKRpkCIa40hbsPiL8w0-a9gPRW2A#rpctoken=113341483&_methods=noContent%2Ckeystroke%2Cready%2CdispatchEvent%2C_event%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart&id=I3_1406379558472&parent=https%3A%2F%2Fmail.google.com&pfname=)
>│  │   │  │  ├───2.03 MB (00.27%) ++ window(https://plus.google.com/u/0/_/streamwidgets/recentposts?origin=https%3A%2F%2Fmail.google.com&hl=en-GB&sw_themeId=sw_dark&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.ZgMbf97wsK0.O%2Fm%3D__features__%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMKRpkCIa40hbsPiL8w0-a9gPRW2A#rpctoken=333224906&_methods=noContent%2CcontentReady%2Cbutterbar%2Ckeystroke%2CresizeCanvas%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart&id=I1_1406378770999&parent=https%3A%2F%2Fmail.google.com&pfname=)
>│  │   │  │  ├───1.10 MB (00.15%) ++ window(https://plus.google.com/u/0/_/notifications/frame?sourceid=23&hl=en-GB&origin=https%3A%2F%2Fmail.google.com&uc=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.ZgMbf97wsK0.O%2Fm%3D__features__%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMKRpkCIa40hbsPiL8w0-a9gPRW2A#pid=23&rpctoken=305965879&_methods=onError%2ConInfo%2ChideNotificationWidget%2CpostSharedMessage%2Creauth%2CsetNotificationWidgetHeight%2CsetNotificationWidgetSize%2CswitchTo%2CnavigateTo%2CsetNotificationText%2CsetNotificationAnimation%2CgetNotificationText%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart&id=I2_1406378775138&parent=https%3A%2F%2Fmail.google.com&pfname=)
>│  │   │  │  ├───0.74 MB (00.10%) ++ window(https://mail.google.com/mail/u/0/?ui=2&view=bsp&ver=ohhl4rw8mbn4)
>│  │   │  │  ├───0.64 MB (00.08%) ++ window(https://plus.google.com/hangouts/_/hscv?pvt=AMP3uWZVVh-Fs2UtuIVPzKQp4hlUh-m_FzxjvEXkLiUcZFdqWP78IrmwCYb8Pia8z2XPUJ7aO9OoZ_TpUKA1IHBZeCkSG6wFBQ%3D%3D&authuser=0&xpc=%7B%22cn%22%3A%22CYFU8npp9d%22%2C%22tp%22%3Anull%2C%22osh%22%3Anull%2C%22ppu%22%3A%22https%3A%2F%2Fmail.google.com%2Frobots.txt%22%2C%22lpu%22%3A%22https%3A%2F%2Fplus.google.com%2Frobots.txt%22%7D)
>│  │   │  │  ├───0.61 MB (00.08%) ++ window(https://clients6.google.com/static/proxy.html?jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.ZgMbf97wsK0.O%2Fm%3D__features__%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMKRpkCIa40hbsPiL8w0-a9gPRW2A#parent=https%3A%2F%2Fmail.google.com&rpctoken=720621356)
>│  │   │  │  ├───0.60 MB (00.08%) ++ window(https://accounts.google.com/o/oauth2/postmessageRelay?parent=https%3A%2F%2Fmail.google.com#rpctoken=1055394498&forcesecure=1)
>│  │   │  │  ├───0.59 MB (00.08%) ++ window(https://content.googleapis.com/static/proxy.html?jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.gapi.en.ZgMbf97wsK0.O%2Fm%3D__features__%2Frt%3Dj%2Fd%3D1%2Frs%3DAItRSTMKRpkCIa40hbsPiL8w0-a9gPRW2A#parent=https%3A%2F%2Fmail.google.com&rpctoken=607217546)
>│  │   │  │  ├───0.45 MB (00.06%) ++ window(https://plus.google.com/hangouts/_/hscv?pvt=AMP3uWZVVh-Fs2UtuIVPzKQp4hlUh-m_FzxjvEXkLiUcZFdqWP78IrmwCYb8Pia8z2XPUJ7aO9OoZ_TpUKA1IHBZeCkSG6wFBQ%3D%3D&xpc=%7B%22cn%22%3A%22vOg3eZq59l%22%2C%22tp%22%3Anull%2C%22osh%22%3Anull%2C%22ppu%22%3A%22https%3A%2F%2Ftalkgadget.google.com%2Frobots.txt%22%2C%22lpu%22%3A%22https%3A%2F%2Fplus.google.com%2Frobots.txt%22%7D)
>│  │   │  │  ├───0.43 MB (00.06%) ++ window(https://clients6.google.com/static/proxy.html?jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en.cggn4pc-Hto.O%2Fm%3D__features__%2Fam%3DAQ%2Frt%3Dj%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTMmsQU6fr8ZdfiRQZSjPQS4e7RmLQ#parent=https%3A%2F%2Ftalkgadget.google.com&rpctoken=605254312)
>│  │   │  │  ├───0.41 MB (00.05%) ++ window(https://accounts.google.com/o/oauth2/postmessageRelay?parent=https%3A%2F%2Ftalkgadget.google.com#rpctoken=238630679&forcesecure=1)
>│  │   │  │  ├───0.33 MB (00.04%) ++ window(https://clients5.google.com/pagead/drt/dn/)
>│  │   │  │  ├───0.33 MB (00.04%) ++ window(https://talkgadget.google.com/u/0/talkgadget/_/blank)
>│  │   │  │  ├───0.14 MB (00.02%) ++ window(https://talkgadget.google.com/u/0/talkgadget/_/transportevents?pvt=AMP3uWZVVh-Fs2UtuIVPzKQp4hlUh-m_FzxjvEXkLiUcZFdqWP78IrmwCYb8Pia8z2XPUJ7aO9OoZ_TpUKA1IHBZeCkSG6wFBQ%3D%3D)
>│  │   │  │  └───0.12 MB (00.02%) ++ window(about:blank)
>│  │   │  ├──16.97 MB (02.26%) -- window(https://mail.google.com/mail/u/0/#inbox/1477332a7ff09761)
>│  │   │  │  ├───5.67 MB (00.75%) ── style-sheets
>│  │   │  │  ├───4.65 MB (00.62%) ++ js-compartment(https://mail.google.com/mail/u/0/)
>│  │   │  │  ├───3.77 MB (00.50%) -- layout
>│  │   │  │  │   ├──1.51 MB (00.20%) ── style-sets
>│  │   │  │  │   ├──0.98 MB (00.13%) ── pres-shell
>│  │   │  │  │   ├──0.61 MB (00.08%) ++ frames
>│  │   │  │  │   ├──0.22 MB (00.03%) ── style-contexts
>│  │   │  │  │   ├──0.17 MB (00.02%) ── pres-contexts
>│  │   │  │  │   ├──0.13 MB (00.02%) ── rule-nodes
>│  │   │  │  │   ├──0.11 MB (00.01%) ── line-boxes
>│  │   │  │  │   └──0.03 MB (00.00%) ── text-runs
>│  │   │  │  ├───2.76 MB (00.37%) -- dom
>│  │   │  │  │   ├──1.20 MB (00.16%) ── element-nodes
>│  │   │  │  │   ├──0.96 MB (00.13%) ── text-nodes
>│  │   │  │  │   ├──0.47 MB (00.06%) ── orphan-nodes
>│  │   │  │  │   ├──0.14 MB (00.02%) ── other [2]
>│  │   │  │  │   └──0.00 MB (00.00%) ── event-targets [2]
>│  │   │  │  └───0.12 MB (00.02%) ── property-tables
>│  │   │  └──11.60 MB (01.54%) -- window(https://talkgadget.google.com/u/0/talkgadget/_/chat?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Linux%20x86_64&stime=1406378770784&xpc=%7B%22cn%22%3A%22q5y3q5%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Ftalkgadget.google.com%2Fu%2F0%2Ftalkgadget%2F_%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZVVh-Fs2UtuIVPzKQp4hlUh-m_FzxjvEXkLiUcZFdqWP78IrmwCYb8Pia8z2XPUJ7aO9OoZ_TpUKA1IHBZeCkSG6wFBQ%3D%3D&href=https%3A%2F%2Fmail.google.com%2F_%2Fscs%2Fmail-static%2F_%2Fjs%2Fk%3Dgmail.main.en_GB.kpy6aBXYmsk.O%2Fm%3Dm_i%2Ct%2Cit%2Fam%3DfEYcI__uLxRnuEufVPv3v3eXFD_7ffi7MwEIYS9Q_2_2_wDuB_ZB_bE%2Frt%3Dh%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTPELCqS65g7INwUs76EaNMkAtaNmw%3Frel%3D1&pos=l&uiv=2&hl=en-GB&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C1%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=ahulp1xqzqtn)
>│  │   │     ├──11.35 MB (01.51%) -- js-compartment(https://talkgadget.google.com/u/0/talkgadget/_/chat?client=sm&prop=gmail&nav=true&fid=gtn-roster-iframe-id&os=Linux%20x86_64&stime=1406378770784&xpc=%7B%22cn%22%3A%22q5y3q5%22%2C%22tp%22%3A1%2C%22ifrid%22%3A%22gtn-roster-iframe-id%22%2C%22pu%22%3A%22https%3A%2F%2Ftalkgadget.google.com%2Fu%2F0%2Ftalkgadget%2F_%2F%22%7D&ec=%5B%22ci%3Aec%22%2Ctrue%2Ctrue%2Cfalse%5D&pvt=AMP3uWZVVh-Fs2UtuIVPzKQp4hlUh-m_FzxjvEXkLiUcZFdqWP78IrmwCYb8Pia8z2XPUJ7aO9OoZ_TpUKA1IHBZeCkSG6wFBQ%3D%3D&href=https%3A%2F%2Fmail.google.com%2F_%2Fscs%2Fmail-static%2F_%2Fjs%2Fk%3Dgmail.main.en_GB.kpy6aBXYmsk.O%2Fm%3Dm_i%2Ct%2Cit%2Fam%3DfEYcI__uLxRnuEufVPv3v3eXFD_7ffi7MwEIYS9Q_2_2_wDuB_ZB_bE%2Frt%3Dh%2Fd%3D1%2Ft%3Dzcms%2Frs%3DAItRSTPELCqS65g7INwUs76EaNMkAtaNmw%3Frel%3D1&pos=l&uiv=2&hl=en-GB&hpc=true&hsm=true&hrc=true&pal=1&uqp=false&sl=false&hs=%5B%22h_hs%22%2Cnull%2Cnull%2C%5B1%2C1%5D%5D&moleh=380&mmoleh=36&two=https%3A%2F%2Fmail.google.com&host=1&zx=ahulp1xqzqtn)
>│  │   │     │  ├───7.51 MB (01.00%) -- objects
>│  │   │     │  │   ├──4.89 MB (00.65%) ++ gc-heap
>│  │   │     │  │   ├──2.62 MB (00.35%) ++ malloc-heap
>│  │   │     │  │   └──0.00 MB (00.00%) ── non-heap/code/asm.js
>│  │   │     │  ├───2.38 MB (00.32%) -- shapes
>│  │   │     │  │   ├──1.29 MB (00.17%) ++ gc-heap
>│  │   │     │  │   └──1.08 MB (00.14%) ++ malloc-heap
>│  │   │     │  ├───0.63 MB (00.08%) ++ scripts
>│  │   │     │  ├───0.40 MB (00.05%) ++ type-inference
>│  │   │     │  ├───0.34 MB (00.05%) ++ baseline
>│  │   │     │  ├───0.08 MB (00.01%) ── cross-compartment-wrapper-table
>│  │   │     │  └───0.01 MB (00.00%) ── sundries/malloc-heap
>│  │   │     └───0.25 MB (00.03%) ++ (4 tiny)
>│  │   └──21.62 MB (02.88%) -- js-zone(0x7fc895d38000)
>│  │      ├──12.67 MB (01.69%) ++ (7 tiny)
>│  │      └───8.95 MB (01.19%) ── unused-gc-things
Whiteboard: [MemShrink:P2] → [MemShrink:P2] [platform-rel-Google] [platform-rel-Gmail]
platform-rel: --- → ?
platform-rel: ? → ---
Severity: normal → S3

I've seen this over the last two weeks twice again. The GMail tab is consuming ~1.6GB of memory now, and each time when I switch to a different tab the CC/GC seems to be run on the GMail tab that is causing a delay of some milliseconds (indicated by a loading wheel) when switching back to that tab. Here a Firefox profile: https://share.firefox.dev/46v3yzK

Here a verbose memory dump:

webIsolated=https://google.com^userContextId=2 (pid 60870)
Explicit Allocations

1,600,569,360 B (100.0%) -- explicit
├──1,165,370,152 B (72.81%) -- window-objects
│  ├──1,157,804,040 B (72.34%) -- top(https://mail.google.com/mail/u/0/#inbox/FMfcgzGwHLpbGgSKwSSKHKRDwbKNGKTn, id=2429)
│  │  ├──1,071,793,112 B (66.96%) -- active
│  │  │  ├──1,050,570,472 B (65.64%) -- window(https://mail.google.com/mail/u/0/#inbox/FMfcgzGwHLpbGgSKwSSKHKRDwbKNGKTn)
│  │  │  │  ├────679,006,400 B (42.42%) -- dom
│  │  │  │  │    ├──673,207,760 B (42.06%) ── orphan-nodes
│  │  │  │  │    ├────2,903,248 B (00.18%) ── text-nodes
│  │  │  │  │    ├────2,416,192 B (00.15%) ── element-nodes
│  │  │  │  │    ├──────349,344 B (00.02%) ── other
│  │  │  │  │    ├──────120,784 B (00.01%) -- performance
│  │  │  │  │    │      ├───89,856 B (00.01%) ── user-entries
│  │  │  │  │    │      └───30,928 B (00.00%) ── resource-entries
│  │  │  │  │    ├────────6,768 B (00.00%) ── media-query-lists
│  │  │  │  │    └────────2,304 B (00.00%) ── event-targets
│  │  │  │  ├────336,158,344 B (21.00%) -- js-realm(https://mail.google.com/mail/u/0/#inbox)

Interestingly there are also a lot of strings that are hold:

│  │  └─────86,010,928 B (05.37%) -- js-zone(0x105b60700)
│  │        ├──57,665,264 B (03.60%) -- strings
│  │        │  ├──33,615,688 B (02.10%) -- string(<non-notable strings>)
│  │        │  │  ├──28,581,392 B (01.79%) -- malloc-heap
│  │        │  │  │  ├──19,507,376 B (01.22%) ── latin1
│  │        │  │  │  └───9,074,016 B (00.57%) ── two-byte
│  │        │  │  └───5,034,296 B (00.31%) -- gc-heap
│  │        │  │      ├──4,214,120 B (00.26%) ── latin1
│  │        │  │      └────820,176 B (00.05%) ── two-byte
│  │        │  ├───8,388,632 B (00.52%) -- string(length=2180668, copies=1, ".J-J5-Ji{position:relative;display:-moz-inline-box;display:inline-block}* html .J-J5-Ji{display:inline}*:first-child+html .J-J5-Ji{display:inline}.aB,.e{color:#15c;cursor:pointer}.aB,.e{white-space:nowrap}html{margin:0;height:100%;width:100%;overflow:hidden}body{height:100%;width:100%;overflow:hidden}body.xE{background-color:#fff;background-image:none}html.aAV{overflow-y:scroll;overflow-x:auto}html.aAX{overflow:visible}.aAT{overflow:visible;background-color:#f6f8fc}.aAU{overflow-x:visible;background-color:#f6f8fc}body,input,textarea,select{font-family:"Google Sans",Roboto,RobotoDraft,Helvetica,Arial,sans-serif}body,td,input,textarea,select{margin:0}input,textarea,select{font-size:100%}.cf{border-collapse:collapse}.ce{position:absolute;height:9px;left:0;top:-10000px}.a3I{position:absolute;left:-10000px;top:-10000px;width:1px;height:1px;overflow:hidden}.J-J5-Ji{position:relative;display:inline-block;display:-moz-inline-box;display:inline-block}.w-asV{background:#f5f5f5;min-height:inherit;position:relative;z-in" (truncated))
│  │        │  │   ├──8,388,608 B (00.52%) ── malloc-heap/two-byte
│  │        │  │   └─────────24 B (00.00%) ── gc-heap/two-byte
│  │        │  ├───1,982,488 B (00.12%) -- string(length=986374, copies=1, "{"tables":{"item_message_tombstones":[],"label_counts":[{"a":1,"b":"^x_32","c":9,"d":1033},{"a":2,"b":"^x_33","c":1,"d":88},{"a":3,"b":"^iim","c":1,"d":5},{"a":4,"b":"^x_119789590354504628","c":0,"d":3},{"a":5,"b":"^x_30","c":0,"d":624},{"a":6,"b":"^sq_ig_i_social","c":0,"d":0,"e":0},{"a":7,"b":"^x_31","c":0,"d":920},{"a":8,"b":"^p_cc","c":0,"d":0},{"a":9,"b":"^x_22","c":16,"d":1268},{"a":10,"b":"^x_24","c":0,"d":2},{"a":11,"b":"^x_20","c":20,"d":7692},{"a":12,"b":"^x_29","c":0,"d":1338},{"a":13,"b":"^x_25","c":0,"d":694},{"a":14,"b":"^smartlabel_social","c":0,"d":2},{"a":15,"b":"^x_26","c":0,"d":24},{"a":16,"b":"^x_27","c":10,"d":6680},{"a":17,"b":"^x_28","c":0,"d":1870},{"a":18,"b":"^all","c":670,"d":77580},{"a":19,"b":"^assistive_travel","c":0,"d":0},{"a":20,"b":"^smartlabel_travel","c":0,"d":0},{"a":21,"b":"^x_2207957498228307242","c":0,"d":4},{"a":22,"b":"^smartlabel_notification","c":47,"d":50332},{"a":23,"b":"^x_13","c":61,"d":16812},{"a":24,"b":"^smartlabel_group","c":340,"d":421},{"a":25,"b":"^b","c" (truncated))
│  │        │  │   ├──1,982,464 B (00.12%) ── malloc-heap/two-byte
│  │        │  │   └─────────24 B (00.00%) ── gc-heap/two-byte
│  │        │  ├───1,048,600 B (00.07%) -- string(length=390011, copies=1, "<table cellpadding="0" id=":1u" class="F cf zt" role="grid" aria-readonly="true"><col class="k0vOLb"><col class="Ci"><col class="y5"><col class="WA"><col class="yY"><col class="null"><col class="eSDBXb"><col class="yg"><col class="xX"><col class="bq4"><col class="amZ"><tbody><tr class="zA zE" jscontroller="ZdOxDb" jsaction="Tnvr6c:RNc9jf;PG1zDd:eyrEaf;WGbBt:UL4Ddb;nVvxM:UL4Ddb;" jsmodel="nXDxbd" id=":5uk" tabIndex="-1" role="row" aria-labelledby=":56m" draggable="false" jslog="18406; u014N:xr6bB,SYhH9d; 1:WyIjdGhyZWFkLWY6MTc4MzA2ODkwMTY5OTMxMDYwMSIsMSxudWxsLC0yMTQ1OTk4NDA4LFtdLDEsbnVsbCwwXQ.."><td class="PF xY"></td><td id=":5ip" class="oZ-x3 xY aie" style="" data-tooltip="Select"><div id=":5co" class="oZ-jc T-Jo J-J5-Ji " role="checkbox" aria-labelledby=":56m" dir="ltr" aria-checked="false" tabindex="-1"><div class="T-Jo-auh"></div></div></td><td class="apU xY"><span id=":4oz" class="aXw T-KT" aria-label="Not starred" role="button" data-tooltip="Not starred"><img class="T-KT-JX" src="images/cleardot.gif" al" (truncated))
│  │        │  │   ├──1,048,576 B (00.07%) ── malloc-heap/two-byte
│  │        │  │   └─────────24 B (00.00%) ── gc-heap/two-byte
│  │        │  ├───1,048,600 B (00.07%) -- string(length=390902, copies=1, "<table cellpadding="0" id=":1u" class="F cf zt" role="grid" aria-readonly="true"><col class="k0vOLb"><col class="Ci"><col class="y5"><col class="WA"><col class="yY"><col class="null"><col class="eSDBXb"><col class="yg"><col class="xX"><col class="bq4"><col class="amZ"><tbody><tr class="zA zE" jscontroller="ZdOxDb" jsaction="Tnvr6c:RNc9jf;PG1zDd:eyrEaf;WGbBt:UL4Ddb;nVvxM:UL4Ddb;" jsmodel="nXDxbd" id=":3t" tabIndex="-1" role="row" aria-labelledby=":3u" draggable="false" jslog="18406; u014N:xr6bB,SYhH9d; 1:WyIjdGhyZWFkLWY6MTc4MTE3NDIyNTc3MDg0NTkwNCIsMSxudWxsLC0zMDE3MDM2NzEsW10sMSxudWxsLDBd"><td class="PF xY"></td><td id=":3v" class="oZ-x3 xY aie" style="" data-tooltip="Select"><div id=":3w" class="oZ-jc T-Jo J-J5-Ji " role="checkbox" aria-labelledby=":3u" dir="ltr" aria-checked="false" tabindex="-1"><div class="T-Jo-auh"></div></div></td><td class="apU xY"><span id=":3x" class="T-KT T-KT-Jp" aria-label="Starred" role="button" data-tooltip="Starred"><img class="T-KT-JX" src="images/cleardot.gif" alt="Starred"></" (truncated))
│  │        │  │   ├──1,048,576 B (00.07%) ── malloc-heap/two-byte
│  │        │  │   └─────────24 B (00.00%) ── gc-heap/two-byte
│  │        │  ├───1,048,600 B (00.07%) -- string(length=409172, copies=1, "<table cellpadding="0" id=":1u" class="F cf zt" role="grid" aria-readonly="true"><col class="k0vOLb"><col class="Ci"><col class="y5"><col class="WA"><col class="yY"><col class="null"><col class="eSDBXb"><col class="yg"><col class="xX"><col class="bq4"><col class="amZ"><tbody><tr class="zA zE" jscontroller="ZdOxDb" jsaction="Tnvr6c:RNc9jf;PG1zDd:eyrEaf;WGbBt:UL4Ddb;nVvxM:UL4Ddb;" jsmodel="nXDxbd" id=":1v" tabIndex="-1" role="row" aria-labelledby=":1w" draggable="false" jslog="18406; u014N:xr6bB,SYhH9d; 1:WyIjdGhyZWFkLWY6MTc4MTI4OTQ4OTcyOTE3ODYyOCIsMSxudWxsLDM5OTI3NjEyNixbXSwxLG51bGwsMF0."><td class="PF xY"></td><td id=":1x" class="oZ-x3 xY aie" style="" data-tooltip="Select"><div id=":1y" class="oZ-jc T-Jo J-J5-Ji " role="checkbox" aria-labelledby=":1w" dir="ltr" aria-checked="false" tabindex="-1"><div class="T-Jo-auh"></div></div></td><td class="apU xY"><span id=":1z" class="aXw T-KT" aria-label="Not starred" role="button" data-tooltip="Not starred"><img class="T-KT-JX" src="images/cleardot.gif" alt="Not sta" (truncated))
│  │        │  │   ├──1,048,576 B (00.07%) ── malloc-heap/two-byte
│  │        │  │   └─────────24 B (00.00%) ── gc-heap/two-byte
│  │        │  ├───1,032,216 B (00.06%) -- string(length=512665, copies=1, "[[1,null,null,null,null,null,null,null,null,null,[null,null,null,null,"en",null,null,null,null,[1,0,628,0,0]]],407,[["1700424751703",null,null,null,null,null,null,"[23,1700424751703000,//"!JCelJ3_NAAYdLc6FPS1CAhowtETBR_47ADQBEArZ1IrPNQEmrRPAOew6aY2vHxTeTqVbwmSNF5OMgOHy1UHMp6wjsxcd176ZQCeRJFN3AgAAADtSAAAAIGgBB5kEsEOjlqwg_8Zvb-zW4le7KgovITdjYK7WZH6S8Dp_4-woJgx3MjZ3KluRuBAGzzYMj0DUKsxsJPUWAXhCvLxBa9nrnxp2Ke4h7i50E5Yo7kIUFyH1a0ffki7cmRUYm6_atA1C0GOJjeq0hO5pXxGjJFK8pFGQGZPCe3Sh2-joADvX6JH_LhJNjO8JSUHNZ6rzDkuBJf54xTrXHA1kNhjZrmobO9lr6Cp1Efz3Ag6vZ-RSIAL6qH-R_scW9wOH_W5Ai3SuWyGDCSlOkVU5hm0cwsMCIJzU5dr_mOjRWqeT7pvTrfYTkdlLtfPNMWdXH03HnCQFYkw7m4YI2uTNSVtVGfQvzCh1WG44GUCzdPgzt_oBvwY46I21raJ-CZkprS83Pa7KKJOP5Dxz3PDsgAl3mIyuusMtqIX0ufb2y8tS1yBtW9vmAWN0p3gfLB03kDYpwul8lySwP7RdDIW_5Ec9mXLCfOTKICXMbl5IYKBgy_ViLm--wmtxZx9J9xbNYLU1Uk7Yrs4S1bUgmU6f1l4Wc68uL3grvdAC1XeUqYP9y6m4sfZab0q0X5dt0EJdmUftSfrcvogPF7Ts4ZBH_eZmmxQEQzPdpsaykytdFSpJS10EC9wdvl8vZefXAuQ-8wSLil3GQosmwaNkiEdulLycUkZVfkTLDeTIFnNWT0ubaPBQ8tdh5bk6y67g4d4h3ovIXjtHyX" (truncated))
│  │        │  │   ├──1,032,192 B (00.06%) ── malloc-heap/two-byte
│  │        │  │   └─────────24 B (00.00%) ── gc-heap/two-byte
│  │        │  ├─────426,032 B (00.03%) -- string(length=100194, copies=2, "<div style="color:#464c5c;font-size:1.1em;margin-top:10px">/n        <div style="font-weight:bold;margin-bottom:0.5em">Reviewers:</div>/n        <table role="table" style="color:#464c5c;font-size:inherit;border-radius:2px;border-spacing:0;overflow:hidden">/n            /n                <tr>/n                    <td style="padding-left:10px;padding:4px 4px 4px 10px;padding-right:0;border-left:3px solid #f7e6e6">/n                        /u2714/n                    </td>/n                    <td style="padding:4px;font-weight:bold">sessionstore-reviewers</td>/n                    /n                        <td style="padding:4px"></td>/n                    /n                </tr>/n            /n                <tr>/n                    <td style="padding-left:10px;padding:4px 4px 4px 10px;padding-right:0;border-left:3px solid #f7e6e6">/n                        /u2714/n                    </td>/n                    <td style="padding:4px;font-weight:bold">sfoster</td>/n                    /n                    " (truncated))
│  │        │  │     ├──425,984 B (00.03%) ── malloc-heap/two-byte
│  │        │  │     └───────48 B (00.00%) ── gc-heap/two-byte
│  │        │  ├─────426,032 B (00.03%) -- string(length=101498, copies=1, "<div style="margin-top:10px;border-collapse:separate;display:table">/n        <span style="background-color:#f3f5f7;border-radius:2px;color:#000;display:table-cell;font-size:1.1em;padding:8px 12px;text-decoration:none;vertical-align:middle;border-right:3px solid #fff;font-weight:lighter;white-space:nowrap" bgcolor="#f3f5f7" valign="middle">/u2328</span>/n        /n            <span style="background-color:#f3f5f7;border-radius:2px;color:#000;display:table-cell;font-size:1.1em;padding:8px 12px;text-decoration:none;vertical-align:middle;border-right:3px solid #fff" bgcolor="#f3f5f7" valign="middle"><span><span style="font-weight:bold">hsivonen</span> updated this revision that you&#39;ve accepted</span></span>/n        /n    </div>/n/n    /n    <div style="margin-top:4px">/n        <a href="https://phabricator.services.mozilla.com/D155376?vs=787986&amp;id=787995" style="color:#464c5c;text-decoration:underline;background-color:#f3f5f7;border-left:3px solid #464c5c;border-radius:2px;display:inline-block;font-siz" (truncated))
│  │        │  │     ├──425,984 B (00.03%) ── malloc-heap/two-byte [2]
│  │        │  │     └───────48 B (00.00%) ── gc-heap/two-byte [2]
│  │        │  ├─────426,032 B (00.03%) -- string(length=104061, copies=1, "/n        /n    /n/n<div><div style="font-family:sans-serif">/n/n    /n    <div aria-hidden="true" style="margin-top:10px;display:none;max-height:0;overflow:hidden">/n                 /u2328                      hsivonen updated this revision that you&#39;ve accepted.              /xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C<wbr>/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C<wbr>/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C<wbr>/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C<wbr>/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/xA0/u200C/" (truncated))

Not sure if I had the DevTool's browser toolbox open which might indicate a relationship to bug 1689863?

Andrew, do you have an idea?

Flags: needinfo?(continuation)

Were you using recent Nightly? https://bugzilla.mozilla.org/show_bug.cgi?id=1863491 fixed a bad regression.

No, mine was Nightly 121.0a1 (20231112094805). So that is a revision from before that fix landed. I'll keep an eye on the memory usage. Thanks for pointing out!

Flags: needinfo?(continuation)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: