搜尋 Mozilla 技術支援網站

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

Learn More

Mozilla opens multiple exe processes even after setting dom.ipc.processCount to 1, and browser.tabs.remote.autostart to false. Any ideas?

  • 2 回覆
  • 1 有這個問題
  • 21 次檢視
  • 最近回覆由 itomi

more options

Title says it all.. I've made and included 'C:\Program Files\Mozilla Firefox\firefox-e10s' in the 'Path' system variable as others suggested, but I still get multiple processes.. Any other ideas?

Using Firefox 68.

Title says it all.. I've made and included 'C:\Program Files\Mozilla Firefox\firefox-e10s' in the 'Path' system variable as others suggested, but I still get multiple processes.. Any other ideas? Using Firefox 68.

所有回覆 (2)

more options

Hello itomi,

You can no longer disable e10s (multiple-proces) on the "about:config" page - see :

https://www.ghacks.net/2019/05/17/going-forward-multi-process-cant-be-turned-off-anymore-in-firefox/

And also :

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

more options

Hi McCoy! Thanks for the advice, but that's exactly what I did - made a firefox-e10s.cmd file with only content 'set MOZ_FORCE_DISABLE_E10S=1' and then added that file to the path. That didn't help.