←back to thread

What's New with Firefox 142

(www.mozilla.org)
177 points keepamovin | 2 comments | | HN request time: 0s | source
Show context
Shank ◴[] No.45102381[source]
Lately, I’ve experienced memory leaks in Firefox that I’m too amateur to diagnose, that leads to Firefox eating 8gb of memory in some web renderer process. So when I excitedly check the changelog hoping for a summary of possible changes, I’m disappointed that there isn’t a verbose changelog for advanced users. I’m sure I could search bugzilla, but it makes me sad that the only “important” things are the headlining features.
replies(9): >>45102502 #>>45102585 #>>45102680 #>>45102814 #>>45102888 #>>45102942 #>>45102998 #>>45104100 #>>45105037 #
1. Yizahi ◴[] No.45104100[source]
It is very likely that one single site is responsible for this. For example in my usage, Jenkins portal is leaking memory like hell, will fill up a few GBs in a a day and jack up CPU utilization to 100%.

I has hundreds of tabs at that point, so I had to find out the culprit. What I did was open a task manager and expand Fifefox process to see dozens of subprocesses. I then sorted by memory (or by cpu) to find out worst offender and killed only that single subprocess without touching others. And after doing that I've looked at the list of tabs and saw that one of them has changed to the crash report tab, with a visibly different icon. And looking at it I saw that it was originally Jenkins portal. Now I proactively close it's tabs and leaks stopped. Maybe this will help you.

replies(1): >>45106105 #
2. dorgo ◴[] No.45106105[source]
cool. There is also about:performance with cpu & memory for each tab / addon. Hmm, it looks like all extensions are combined in a single entry. So, maybe not per addon.