Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between "memory" and "memory footprint" fields on Chrome's task manager?

I'm using Chrome 64 and noticed that there's two fields called "memory" on Chrome's task manager. See the picture below:

memory and memory footprint

I can't find any explanation of the difference between these fields on Chrome, there's no tooltips available (at least not on macOS). The "memory footprint" field seems to be new, because I don't recall seeing it before yesterday.

like image 219
Henrique Jung Avatar asked Feb 11 '18 20:02

Henrique Jung


People also ask

What is memory footprint in Task Manager?

The Memory Footprint column matches the number of MB reported for the Memory column of the process within the Task Manager or Activity Monitor.

What is memory footprint in Chrome?

Memory footprint shows how much RAM each process is taking up. This is a great way to see Chrome's memory usage by tab. If you find your PC struggles to change between programs, check which Chrome tabs are using up memory and close them.

How much memory should Chrome take?

On the final test, with 40 tabs open across two instances (20 tabs apiece), Edge required 2.5 GB RAM altogether, while Chrome needed 2.8 GB and Firefox needed 3.0 GB.


2 Answers

In Chrome, the memory column represents Shared Memory + Private Memory. If you enable those two columns and add the numbers you will find they match the Memory column. In the task manager or activity monitor of the computer you can see that these values match the Shared Memory Size and Private Memory Size.

The Memory Footprint column matches the number of MB reported for the Memory column of the process within the Task Manager or Activity Monitor.

Real Memory in a Mac's Activity Monitor maps to the RSS (Resident Set Size) in Unix. The link below explains this.

https://forums.macrumors.com/threads/memory-vs-real-memory.1749505/#post-19295944

The Memory column on a Mac's Activity Monitor roughly correlates to the Private Memory Size, however it seems to be calculated slightly smaller. This column will match the Memory Footprint column in Chrome.

Please note that this answer references Mac because that's what I'm currently using. The column names and answer would change slightly for Linux and Windows system monitor and task manager.

like image 97
Allan Bogh Avatar answered Jan 21 '23 09:01

Allan Bogh


As Josh pointed out, it reports "Private Memory Footprint" as described in consistent memory metrics

like image 37
Patrick Bard Avatar answered Jan 21 '23 09:01

Patrick Bard