
使っていますウィンドウズ7私のコンピューターで。
一度に以下のブラウザを使用します:
グーグルクローム
モジラファイアフォックス
現在、Firefox ブラウザでは、18 を超えるタブで Web ページが実行されていますが、タスク マネージャーでは Firefox 全体のプロセスは 1 つしかありません。メモリ消費量は約 316004KB です。また、Google Chrome では約 4 つのタブが開かれており、タスク マネージャーでは 6 つのプロセスがあります。なぜでしょうか。
答え1
You're always going to have at least n + 1 chrome.exe processes, where n is the number of unique domains you have open across all visible tabs. The +1 is for the "Browser" process coordinating everything else. (e.g. I have 5 tabs open, 4 for SuperUser, 1 for another site. I have 2 Tab processes open)
You'll also have processes for any extensions that might have a background window open. (e.g. Adblock Plus, Ghostery, Stylish, NinjaKit all require an extra process)
Shift + Esc キーを押すか、Chrome のタスク マネージャー (実行している Chrome のバージョンに応じて [ツール] メニュー/サブメニューの下) に移動して、すべてのプロセスとその使用目的のリストを表示します。