Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Explain Parameters of firefox.exe

  • 3 odpowiedzi
  • 1 osoba ma ten problem
  • 8 wyświetleń
  • Ostatnia odpowiedź od 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
Załączone zrzuty ekranu

Wszystkie odpowiedzi (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.