搜索 | 用户支持

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

Learn More

Explain Parameters of firefox.exe

  • 3 个回答
  • 1 人有此问题
  • 10 次查看
  • 最后回复者为 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.