Why Chrome consumes so much memory when it’s running?

469 views

No matter how many other programs I am running, when I open task manager it always seems like Chrome is at 1000 or 2000+ MB of memory usage, whereas everything else barely hits 500MB

In: 32

12 Answers

Anonymous 0 Comments

Basically it uses lots of memory for stability and convenience. For example pre-loading a page it thinks you’ll go to and storing it in memory (convenience) or spinning up a new process for each tab so that if one crashes the others won’t (stability).

These are things the user tends to care about and memory is pretty cheap and abundant. Why economize on memory when it will cost performance on things the user cares about?

You are viewing 1 out of 12 answers, click here to view all answers.