0

Possible Duplicate:
Multiple chrome.exe processes in Task Manager

I am a Firefox user. I installed and started using Google Chrome for the past few days and I like it. I use Windows 7.

When I check my Task Manager under Processes I have 9 Chrome.exe *32 processes for a single window.

Is this normal? Does that mean it is using more system resources?

Ivanka
  • 3
  • 1

1 Answers1

0

This is because there is Chrome process for each tab currently open and recently closed (so you can restore it easily with Ctrl+Shift+T) and even background process (update checker etc.)

It will use slightly more system resources as there is an overhead for each process, but the memory etc for each tab will be distributed across these processes rather than being concentrated in one.

The benefit of using separate processes for each tab is that if one process crashes it only takes out that tab and not the whole application.

ChrisF
  • 41,540