搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 2 个回答
  • 0 人有此问题
  • 102 次查看
  • 最后回复者为 citizen1138x

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!