You are here

18 chrome.exe instances

6 posts / 0 new
Last post
pwright2
Offline
Last seen: 1 year 10 months ago
Joined: 2006-04-22 18:39
18 chrome.exe instances

When I run Google Chrome Dev I find that it opens 18 chrome.exe instances as shown in Process Explorer. Beta and Stable seem to open a few less but still a bunch. Is this a result of portableizing or does the regular install do this too? After an hour or so my computer seems to get real sloooow but not sure whether to blame that on Chrome or Win7.

-----Paul-----

John T. Haller
John T. Haller's picture
Offline
Last seen: 3 hours 51 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Chrome

This is by design in Chrome. Each tab opens at least one instance.

Sometimes, the impossible can become possible, if you're awesome!

Ken Herbert
Ken Herbert's picture
Online
Last seen: 15 min 27 sec ago
DeveloperModerator
Joined: 2010-05-25 18:19
Would you say you had about

Would you say you had about 18 tabs open at the time?

Chromium-based browsers run each tab as it's own process, which is one of the reasons it appears to be more responsive than other browsers like Firefox that run each window as a separate process.

SES21
Offline
Last seen: 2 months 2 weeks ago
Joined: 2009-12-26 00:12
It's not just open tabs

Active extensions run in their own process, too. The individual processes are sandboxes so 1 bad tab/window/extension can't crash the whole browser. You would see the same behavior if you ran regular Chrome or Chromium.

gluxon
gluxon's picture
Offline
Last seen: 3 years 7 months ago
Developer
Joined: 2008-06-21 19:26
It's a feature. In Firefox,

It's a feature. In Firefox, if a tab or web page crashes, it hangs the entire browser. In Chrome, if the same case occurs, it only crashes that one tab.

The disadvantage of this, is that Chrome will use more memory total due to what's needed to create each process (Firefox 7+ uses significantly less memory than Chrome).

Gizmokid2005
Gizmokid2005's picture
Offline
Last seen: 4 months 2 weeks ago
Developer
Joined: 2007-01-17 19:24
This is actually not true.

This is actually not true. Since roughly Firefox 4, all plugins have been moved to plugin-container.exe and run inside there. Tabs still run in the main Firefox process though.

As for Chrome, I ran testing of my own last month, and loading up Chrome and just simply launching gmail required 6 chrome.exe processes. This is normal behavior.

Log in or register to post comments