搜尋 Mozilla 技術支援網站

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

Learn More

Why does task manager show 6 "instances" of Firefox?

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

more options

I started using Firefox on a Windows 10 laptop. I checked Task Manager as the computer is slow. It shows 6 instances of Firefox, all 6 using memory, with one of them showing CPU usage.

Is this "normal"? Is this how Firefox works? Thanks.

I started using Firefox on a Windows 10 laptop. I checked Task Manager as the computer is slow. It shows 6 instances of Firefox, all 6 using memory, with one of them showing CPU usage. Is this "normal"? Is this how Firefox works? Thanks.

被選擇的解決方法

Yes, this is how it works. It's not "instances", but "processes".

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

所有回覆 (4)

more options

選擇的解決方法

Yes, this is how it works. It's not "instances", but "processes".

more options

It is quite normal to see more Firefox processes running.

  • one process for the main Firefox thread (user interface)
  • one or more content processes, see:
    Options/Preferences -> General -> Performance
    remove checkmark: [ ] "Use recommended performance settings"
  • a process for the compositor thread
  • a process for the WebRender when this feature is enabled
  • a process for extensions

You can find the current multi-process state on the Troubleshooting Information page (about:support).

  • "Help -> Troubleshooting Information"
    "Application Basics": Multiprocess Windows
    "Remote Processes" further down

See also the about:memory page for information about the process IDs.

more options

I appreciate the explanation, thanks.