What is consuming so much of my system RAM?

0

I noticed that my system is not going to hibernation state properly since a few days in the past week. I checked a little into my hiberfile size to verify if that was a cause of concern.

The hiberfile is roughly 27 GB in size; which should be good enough, considering that when I hibernate, I generally only have browser and steam windows open.

To dig deeper, I opened task manager; and I notice that it is consuming 24 GB of installed memory.

task manager

The consumption looks weird to me, since the process list shows most consumption of memory is by the browser (~2.5 GB)

process list

I did a system reboot. On a fresh reboot as well, I see that my memory consumption starts from around 21 GB.

What could be reason for high memory consumption?


EDIT

As mentioned in the comment, I took a look at all the memory related columns in the Details pane of task manager:

details

There are about 24 processes having a peak memory set of at least a 100 MB. Even if I average them to 200 MB, it still is 5 GB.

If I sum over the 3 memory columns (active, private and shared), the top 25 most memory consuming processes (sorted in individual category) average to 220 MB each (rounded up). That is still shy of touching the 6 GB mark.

Whereas, the RAM usage at the time of this calculation was 30+ GB.


EDIT 2

Figured out the cause of high RAM usage. This thread seems the closest reason I could find to my issue. Upon inspecting, I notice that my shared system memory is set to half of the total available RAM.

display properties

Now, I have to search for the specific flag/setting in the BIOS to disable shared system memory for GPU. My motherboard is STRIX Z370-F. If anyone has pointers on where to look for the said setting in BIOS menu, please help!

hjpotter92

Posted 2019-10-28T09:42:51.743

Reputation: 588

Why don't you look in Task Manager Details tab at the three Memory columns? – DrMoishe Pippik – 2019-11-20T21:50:47.563

@DrMoishePippik Do i sum all 3 column values? – hjpotter92 – 2019-11-24T08:01:58.067

@DrMoishePippik Please check the edit. – hjpotter92 – 2019-11-24T08:16:42.570

"That is still shy of touching the 6 GB mark." -- Your image shows the top chrome process using 5Gb memory, not what you've calculated. – djsmiley2k TMW – 2019-12-03T13:12:42.890

@djsmiley2k-CoW where do you see 5gb consumption by chrome? – hjpotter92 – 2019-12-03T13:45:20.520

No answers