Why is my browser using so much memory?

14,890

Solution 1

Thats not a real representation of the amount of memory chrome is using. Most of that is actually shared memory between the processes. In reality chrome takes up considerably less RAM that Task Manager is showing you.

Look at the following article for more information http://blog.chromium.org/2008/09/google-chrome-memory-usage-good-and-bad.html

Solution 2

Why is Chrome appearing to use so much more memory than Task Manager indicates? Why is my pagefile being used when I have around 1.1GB of memory? Can I set Chrome to run in RAM and not in the pagefile? How can 20 tabs use 600MB? That's 30MB per tab.

Your experience is normal. I have 72 tabs open right now (several projects going at once) and Chrome is taking 2.7 GB of virtual memory (2 GB RAM + 700MB pagefile). That is about 37MB per tab (my worst tab takes 170MB). And I have even disabled the Flash plugin -- otherwise it would be a lot higher.

You should look at Chrome's own task manager, by clicking on the "wrench" icon, Tools->Task Manager. This will be a lot more helpful for you than Windows Task Manager since it will clarify which tabs use the most memory.

By the developers' own admission, Chrome uses more memory than single-process browsers when you have multiple tabs open, because certain program data has to be duplicated for each tab. This is because Chrome starts a new process for each new tab (except when you open a link in a new tab, then it seems to share a process with the tab containing the original link).

This has clear benefits for reliability (since one bad tab won't crash your whole browser), security (less likely that one malicious site can compromise other tabs' data), and performance (your current tab gains priority and can perform faster). In exchange you have to give it extra memory.

Multi-process architecture does have a memory advantage over long sessions: it does a better job freeing memory when you close tabs.

This is the future of web browsing. Since most computing takes place on the web now, web browsers need the same multi-process architecture that provides reliability to traditional operating systems like Windows/Mac/Linux. (IE8 added this feature and I expect other browsers will do so. Firefox puts plugins in their own process, and I think different processes for different tabs is in their roadmap.)

Your system doesn't have a lot of RAM. You only have 1GB but modern systems sold today all have at least 2GB, and most have at least 4GB. It would probably be cheap for you to upgrade to 4GB.

Solution 3

For Chrome, you have in the menu Tools a "Task Manager". It will show how the memory is used. You have a base amount used by the browser, then another amount for each tab and also for each extension.

At the office, also using Chrome, I uninstalled all fancy but unneeded extensions and try to have a low amount of tabs opened at the same time. Chrome has a separate process for each tab to protect them for bad behavior/crashes of the others, but it comes with an overhead of memory usage. 30MB per tab is also what I experience (with sometimes much more for heavy pages)

As you only have 1GB or RAM, you could perhaps consider extending it if you need to have browsing sessions with a lot of opened tabs at the same time. We unfortunately have nothing for nothing...

Solution 4

Actually every time you open a new tab it consumes a certain amount of computer memory. A single Chrome tab can use between 20 MB and 100 MB of RAM.The more you open tabs the more it will slows down your browsing speed.You even find it tough to surf through different tabs. The Great suspender is a light weight chrome extension that reduces chrome’s memory foot print for users and thus helps you to work with multiple tabs without any trouble.

Features of Great suspender :

By using this Chrome extension, you can use Gmail, Twitter, Facebook, and many other tabs in the background without having a fear of slowing down your system performance. 2.You can access each and every tab at any instant of time without any crash of the browser.

  1. It automatically suspends some tabs in order to avoid Browser Slow down or Crash.

4.The Great Suspender Extension facilitates you to suspend particular tabs manually after a certain period of time or else you can view them in your tab bar.

  1. the tabs are not suspended forever, You can restore suspended tabs just by clicking anywhere on the page.

6..Keeps history of suspended tabs.

7.. You can run more than 200 + tabs even with less memory on your system (less than 4 GB memory )

8.. Enhances the browsing speed radically with smooth web surface experience

  1. It has an additional feature , that is you can put desired sites like – Facebook, twitter, Gmail etc to a WHITE-LIST which will protect this sites from getting suspended.

you can read this blog HERE to know about more extensions that helps in memory and tab management. There are lots of tab managers available in google find their pros and cons through this blog.

Share:
14,890

Related videos on Youtube

Steve
Author by

Steve

Updated on September 17, 2022

Comments

  • Steve
    Steve over 1 year

    I've recently had problems with Firefox running very slowly when I have many tabs open; say 20 tabs. My whole system would slow down.

    I decided to give Google Chrome a try, and it started out fine. But lately I am finding that it too, slows down my whole system. Looking at Task Manager, chrome.exe is using about 250MB of memory in about 6 different entries in task manager. However, when I shut Chrome down, memory usage is reduced by about 600MB. How can this be?

    enter image description here

    enter image description here

    (shows drop in memory usage after ending Chrome.)

    When my system locks up with Chrome having many tabs open, it takes 10 seconds to load the Start Menu, 10 seconds to expand All Programs, and each folder and subfolder, and 30 seconds for the program to be highlighted under my mouse. It also takes 10 seconds to switch to Notepad.

    Why is Chrome appearing to use so much more memory than Task Manager indicates? Why is my pagefile being used when I have around 1.1GB of memory? Can I set Chrome to run in RAM and not in the pagefile? How can 20 tabs use 600MB? That's 30MB per tab.

  • HiFi
    HiFi over 13 years
    I can browse in Chrome with 40 tabs open on 512 MB + 3 extensions. No more RAM is needed. And the multi-process overhead is mostly shared memory, not separate.
  • HiFi
    HiFi over 13 years
    As I told someone else, I can browse in Chrome with 40 tabs open on 512 MB RAM + a few extensions. RAM isn't the issue here
  • LudoMC
    LudoMC over 13 years
    Strange as my laptop at the office is using around 800Mo for a few tabs and just one or two extensions. Each tab is taking from 60 to 100MB and this is not for heavy pages. For exemple, this page at this moment is taking 70MB right now.
  • Steve
    Steve almost 13 years
    @TheLQ: What is the issue here?