Why does Google Chrome increase memory usage every time I reload the page?

When I open the Google Chrome task manager, I can see the amount of memory usage for each tab / tab.

Every time I load a page in a tab, I see how the amount of memory increases. I did this with facebook.com, it starts with 80 MB, after 25 reboots the task manager says that the used memory is 546 MB !!

This is normal? Is this a bug I have to report to Google?

I discovered this after noticing that Google Chrome is slow.

My version of Chrome is Versión 33.0.1750.117

enter image description here

+3
source share
4 answers

Google Chrome, ​​ (33.0.1750.152).

, Google , .

+1

, , , .

+2

Chrome , , (. ). , , JavaScript:

window.addEventListener('unload', function () {
    document.documentElement.innerHTML = '';
});

, -. Chrome :

var isChrome = window.chrome && /Google/.test(navigator.vendor) && !/OPR|Edge/.test(navigator.userAgent);
+1

I had the same issue on Mac OS X 10.6.8 (Snow Leopard) with Chrome and Firefox. I solved the problem by switching to a 32-bit kernel.

OS X: starting from a 32-bit or 64-bit kernel

0
source

All Articles