為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

Explain Parameters of firefox.exe

  • 3 回覆
  • 1 有這個問題
  • 8 次檢視
  • 最近回覆由 cor-el

more options

Hello,

On a Windows 10 Task Manager panel I see the Firefox application running with parameters like:

"C:\Program Files\Mozilla Firefox\firefox.exe" -contentproc --channel="9328.0.2143754315\1267831822" -parentBuildID 20210622155641 -prefsHandle 1708 -prefMapHandle 1700 -prefsLen 1 -prefMapSize 261986 -appdir "C:\Program Files\Mozilla Firefox\browser" - 9328 "\\.\pipe\gecko-crash-server-pipe.9328" 1652 gpu

1) What do the parameters "-contentproc --channel" and value "\\.\pipe\gecko-crash-server-pipe.9328" mean?

2) Where could I find a list of the parameters I can use with firefox.exe?

I've attached a screenshot of task manager Command line column that shows each of the Firefox running processes

Thanks

Hello, On a Windows 10 Task Manager panel I see the Firefox application running with parameters like: "C:\Program Files\Mozilla Firefox\firefox.exe" -contentproc --channel="9328.0.2143754315\1267831822" -parentBuildID 20210622155641 -prefsHandle 1708 -prefMapHandle 1700 -prefsLen 1 -prefMapSize 261986 -appdir "C:\Program Files\Mozilla Firefox\browser" - 9328 "\\.\pipe\gecko-crash-server-pipe.9328" 1652 gpu 1) What do the parameters "-contentproc --channel" and value "\\.\pipe\gecko-crash-server-pipe.9328" mean? 2) Where could I find a list of the parameters I can use with firefox.exe? I've attached a screenshot of task manager Command line column that shows each of the Firefox running processes Thanks
附加的畫面擷圖

所有回覆 (3)

more options

These are content/gpu process identifiers. You can't use it with a main firefox process.

more options

Thank you TyDraniu. Why do you think the command lines are showing this way ? By the way, I made no changes to the installation of Firefox.

more options

That are separate sub processes used by Firefox and Firefox communicates with these processes via UDP ports and are launched by Firefox with their own parameters.

See the about:memory page for info about content processes.


It is quite normal to see more Firefox processes running.

  • process for the main Firefox thread (user interface)
  • one or more content processes, see:
    Options/Preferences -> General -> Performance
    remove checkmark: [ ] "Use recommended performance settings"
  • process for the compositor thread
  • process for extensions
  • process for 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" further down

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