1

Possible Duplicate:
How do I find what's eating up all of my system's memory?

How does one diagnose/discover memory-related problems, if Task Manager appears to not be reporting correctly?

I must have a memory leak or something -- I'm at 75% usage of my 12GB of memory, but Task Managers listings of processes' memory usage isn't adding up (yes, "Show processes from all users" is checked).

It seems like this "phantom" memory usage grows in relation to how long the system's been up. It shows that there are 118 total processes. Besides the top 5, all of them are under 50MB.

The top process is firefox, using 2.6GB. Adobe Premiere at 900MB. Plugin-container at 300MB. Pale Moon at 275MB. Explorer.exe at 94MB.

How in the world can I find what's using up the rest of my memory? It seems as if Task Manager isn't seeing everything that's being used. Perhaps there's some kind of memory leak? Or program's aren't releasing used memory properly?

Resource Monitor reports:

enter image description here

Coldblackice
  • 6,233
  • 20
  • 60
  • 89

1 Answers1

0

What version of Windows are you using? In Windows 7, it's common for the system to "cache" frequently used files from the hard drive. This makes it faster to read the file when it needs it, as it doesn't have to go to disk to get the files. Go to the "Performance" tab in task manager, and look at the "Physical Memory" section. It should show numbers for Total, Cached, Available and Free. If there is a lot of cached memory being used, this is fine, as Windows will free it up as necessary but only when a program requests the need for that memory.

My task manager shows that I'm using over 40% of my 4 GB of memory, even though I only have FireFox open, which is only using 200 MB. This is because the rest is going to cached files. This is nothing to worry about, and is completely normal.

Kibbee
  • 1,450