搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

High number of processes for Firefox 102.0.1esr with only one tab; How to reduce

more options

Hi,

I am testing v102esr of Firefox for a rollout in September.

One of this issues I have come across is the extremely high number of processes started when opening Firefox.

We have our own website run via Windows Server using IIS. The home page has no remote content - it's all local so I don't believe any remote content is being opened. There is only one tab open.

For each new tab I open I get at least one additional process. So with 10 tabs opened I ended up with 24 processes.

In FF91esr this was 3-5 processes. I also noticed under performance settings I can no longer specify the number of processes.

Is there any way to reduce this number to something more sane, like 3-5?

Also, why is there a Console Window Host running under Firefox?

Is the Node.js also new? I don't recall seeing it before

thanks

Hi, I am testing v102esr of Firefox for a rollout in September. One of this issues I have come across is the extremely high number of processes started when opening Firefox. We have our own website run via Windows Server using IIS. The home page has no remote content - it's all local so I don't believe any remote content is being opened. There is only one tab open. For each new tab I open I get at least one additional process. So with 10 tabs opened I ended up with 24 processes. In FF91esr this was 3-5 processes. I also noticed under performance settings I can no longer specify the number of processes. Is there any way to reduce this number to something more sane, like 3-5? Also, why is there a Console Window Host running under Firefox? Is the Node.js also new? I don't recall seeing it before thanks
附加的畫面擷圖

被選擇的解決方法

Those changes to processes are a result of the fission experiment (see link below). You can opt out by changing the following preference to false. fission.autostart You need to restart the browser for the change to take effect.

https://wiki.mozilla.org/Project_Fission

Can you dismiss the "Windows Console Host"? If not, can you provide a screenshot?

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

Those changes to processes are a result of the fission experiment (see link below). You can opt out by changing the following preference to false. fission.autostart You need to restart the browser for the change to take effect.

https://wiki.mozilla.org/Project_Fission

Can you dismiss the "Windows Console Host"? If not, can you provide a screenshot?

more options

I can "kill" the console host process, but I shouldn't have to do that.

Anyway, setting the fission.autostart preference to false restores Firefox to a more sane 4 processes.

Sir, you are a legend. Thank you!