Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜尋 Mozilla 技術支援網站

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

了解更多

Why is FF suddenly running 11 processes instead of 7?

  • 4 回覆
  • 1 有這個問題
  • 42 次檢視
  • 最近回覆由 Chris

more options

This has slowed FF down enormously. I think it began one or two updates ago. I'm currently running v66.0.2, 64-bit Win7.

This has slowed FF down enormously. I think it began one or two updates ago. I'm currently running v66.0.2, 64-bit Win7.
附加的畫面擷圖

被選擇的解決方法

You can reduce the maximum number of content processes on the Options page. See: Firefox's performance settings.

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

所有回覆 (4)

more options

選擇的解決方法

You can reduce the maximum number of content processes on the Options page. See: Firefox's performance settings.

more options

That worked. I read the 66.0 release notes and it says, "Improved performance and reduced crash rates by doubling web content loading processes from 4 to 8." So it wasn't just me. That change would be fine if I had 8GB of RAM -- which is a good idea anyway -- but with just 4GB, I was thrashing hard.

Under Preferences/Basic, I reduced "Content process limit" from its default of 8 to 6. I thought the 8 was strange, since I was seeing 11 processes. FF didn't spontaneously reduce the number of processes, so I closed and reopened, and things got stranger. This time there were 9 processes. Huh?? So I reduced "Content process limit" again, to 4. Closed, reopened, and this time there were 7 processes, which is what I had before.

So I don't get how 8=11, 6=9, and 4=7. But my problem is fixed, so oh well. Thank you!

more options

The setting in Options is for "content" processes, meaning where web pages are run. There is a main process and there may be a couple other processes for plugins or things I don't follow closely.

more options

Right you are. dom.ipc.processCount.webLargeAllocation sets the maximum number of processes. Default value is 10; I guess the 11th one is a master process. That matches up with the one process that only uses about 15,000 KB. I lowered the value to 6 and all is well.

Thanks again.