Closed Bug 1656676 Opened 6 years ago Closed 6 years ago

Firefox exceeds settings content process limit

Categories

(Core :: DOM: Content Processes, defect, P3)

79 Branch
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: lsd.sys, Unassigned)

Details

Attachments

(3 files)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0

Steps to reproduce:

Firefox exceeds the number of content processes while browsing

Actual results:

Five processes instead of three basic ones

Bugbug thinks this bug should belong to this component, but please revert this change in case of error.

Component: Untriaged → DOM: Content Processes
Product: Firefox → Core

The number of processes you might see may not all be web content processes, there are others like GPU process also.
Please provide your about:support and we can see if the web content processes are actually exceeding the set limit.

Flags: needinfo?(lsd.sys)
Severity: -- → S4
Priority: -- → P3
Attached file about support.txt
Flags: needinfo?(lsd.sys)
"processes": {
  "remoteTypes": {
    "web": 1,
    "extension": 1,
    "privilegedabout": 1,
    "gpu": 1
  },
  "maxWebContentProcesses": 1
},

You have one (web) content process, which is what that option is supposed to control. Besides that one process for extensions, one for privileged about pages, and one for the GPU. So this seems correct to me. This is basically the lowest number of processes possible. (Removing all extensions might disable the extension process)

Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME

Ok I understand. I was confused by the higher number of processes. Firefox is starting to separate everything into processes just like chrome.

(In reply to lsd.sys from comment #6)

Ok I understand. I was confused by the higher number of processes. Firefox is starting to separate everything into processes just like chrome.

Yes. Unfortunately, from the perspective of overhead, this is necessary to improve security.

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: