为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

How to disable multiple task manager processes?

  • 10 个回答
  • 3 人有此问题
  • 1 次查看
  • 最后回复者为 benmillan

more options

I had once changed a setting which allowed FireFox to only one run process, but somethings changed and now there are about 15 firefox.exe processes running in my task manager and would like to change it back to a single process.....what setting fixes this?

I had once changed a setting which allowed FireFox to only one run process, but somethings changed and now there are about 15 firefox.exe processes running in my task manager and would like to change it back to a single process.....what setting fixes this?

所有回复 (10)

more options

Hello BigJohnny,

Multi-process (e10s) can no longer be disabled on the "about:config" page - see :

https://techdows.com/2019/05/mozilla-firefox-68-doesnt-allow-turning-off-e10s.html

If however, you really want to disable it, you can set an environment variable to disable multi-process. :
• set MOZ_FORCE_DISABLE_E10S=1
How to set environment variables : http://www.computerhope.com/issues/ch000549.htm

You can use the set command to create a temporary environment variable.

  • open command prompt window
  • change to installation directory
  • type "set MOZ_FORCE_DISABLE_E10S=1" and press enter
  • type "firefox.exe" and press enter

How to use set command : http://www.computerhope.com/sethlp.htm


Or you could set an environment variable in the Windows Control Panel => System.

You can create a firefox-e10s.cmd file with this content:

set MOZ_FORCE_DISABLE_E10S=1 start "" "<path_to_firefox>\firefox.exe"

• (64-bit Firefox) "C:\Program Files\Mozilla Firefox\" • (32-bit Firefox) "C:\Program Files (x86)\Mozilla Firefox\"

(edit: typo)

由McCoy于修改

more options

so is there a reason it uses so many processes? I'm looking at 12 processes right now. if I use just one process it ends up taking up to about 4 million kb of memory, but it's using about the same or more with all the processes as well

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 (default is 8), see:
    Options/Preferences -> General -> Performance
    remove checkmark: [ ] "Use recommended performance settings"
  • one process for the compositor thread
  • one process for the WebRender when this feature is enabled

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

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

See also the Remote Processes section further down for more detail.

more options

I got a half-dozen firefox.exe processes on my laptop after updating to 68.

Is this my payback for keeping Firefox (manually) updated??

(NOT a happy camper, but at least it's still (nominally) working...)

more options

6 processes on a single-core CPU are a bit much... esp. when you add in all the Windows disServices ;) ... I currently have 13 svchost.exe's .

But, good news... performance mysteriously improved, now 90%+ idle. (68.0.1 64-bit)

But I still have 6 firefox.exe's... mysteriously only using a total of 7% CPU... which I can live with.

由Bill Mayhew于修改

more options

Bill Mayhew said

6 processes on a single-core CPU are a bit much... esp. when you add in all the Windows disServices ;) ... I currently have 13 svchost.exe's . But, good news... performance mysteriously improved, now 90%+ idle. (68.0.1 64-bit) But I still have 6 firefox.exe's... mysteriously only using a total of 7% CPU... which I can live with.

if you're think you've a malware running in your pc you can try to perform a scan with freeware portable tool called adwcleaner.

To disable multi processes go to `about:config?filter=browser.tabs.remote.autostart` and make sure to change the value to `false`, after you've done that, restart firefox.

more options

^ Quote; To disable multi processes go to `about:config?filter=browser.tabs.remote.autostart` and make sure to change the value to `false`, after you've done that, restart firefox.

That is not correct. In Firefox 68 and later you can no longer disable multi-process via a pref. As posted above, you need to use an environment variable (MOZ_FORCE_DISABLE_E10S=1).

more options

I expect a league-leading browser like Firefox to accommodate ALL its long-term users - even on low-end laptops - WITHOUT *workarounds* like environment variables. Firefox should be able to tell when it's running on single-core machines and STOP adding MULTIPLE PROCESSES to the workload,

VERY TACKY, Mozilla!!!

more options

McCoy said

Hello BigJohnny, Multi-process (e10s) can no longer be disabled on the "about:config" page - see : https://techdows.com/2019/05/mozilla-firefox-68-doesnt-allow-turning-off-e10s.html If however, you really want to disable it, you can set an environment variable to disable multi-process. :
• set MOZ_FORCE_DISABLE_E10S=1
How to set environment variables : http://www.computerhope.com/issues/ch000549.htm You can use the set command to create a temporary environment variable.
  • open command prompt window
  • change to installation directory
  • type "set MOZ_FORCE_DISABLE_E10S=1" and press enter
  • type "firefox.exe" and press enter
How to use set command : http://www.computerhope.com/sethlp.htm

Or you could set an environment variable in the Windows Control Panel => System.

You can create a firefox-e10s.cmd file with this content:

set MOZ_FORCE_DISABLE_E10S=1 start "" "<path_to_firefox>\firefox.exe"

• (64-bit Firefox) "C:\Program Files\Mozilla Firefox\" • (32-bit Firefox) "C:\Program Files (x86)\Mozilla Firefox\"

(edit: typo)

I tried this and it doesn't work.

more options

I personally don't care what the reasons for multiple processes are, I just want to get rid of them.

Firefox harasses me to update it, then I can no longer use it because it's hogging all of my system resources. I had it fixed before, then made the mistake of updating again, and so on, for about the past two years.

If this can't be fixed, then I'm sure as hell not going to sink a few thousand into a newer PC just so I can use what I already had.

I tried the about:config menu, tried environment variables, tried the command prompt, tried rebooting and did a couple full malware scans.

Firefox is STILL hogging system resources, and it's so bad that I can't even watch a video.

If no one knows of a good, PERMANENT solution, then does anyone know of another privacy-friendly browser that doesn't do this?

Someone please help!!!