1

I have 32GB RAM and I run a Windows 7 x64 OS.

When I start the PC, it uses ~1.5GB RAM.

I crank it up(with software, mostly browsers and scripts, over a period of certain days, while the PC is not restarted) up to 20-25GB of RAM.

The I decide to close everything, and maintain only the software that starts with Windows(firewall, AV, etc) and I discover that the PC is using 4-7GB of RAM, in this moment.

For what? There's nothing that RAM hungry in task manager.

I've attached screenshots.

I've added another picture:enter image description here

enter image description here enter image description here

Here's the RamMap screenshot: enter image description here

Nick
  • 313
  • 1
  • 5
  • 19

2 Answers2

7

When a system is not under memory pressure, there is no advantage to additional free memory. In fact, there are at least two significant disadvantages to having more free RAM. First, if RAM is free, it must be made unfree in order to use it, which is additional effort. Second, if RAM is free, then if the system needs the information it previously held, it must be recomputed or read from disk again. So free RAM is bad.

If you're thinking, "I want my RAM to be free now so I can use it later", that's silly. The RAM can be used now and used later. Having RAM used now actually makes it easier to use it later, not harder.

Most of your RAM contains file data and NTFS filesystem metadata (that's what "Metafile" means). This will make future file accesses faster. If needed for some other purpose, Windows will transition it directly to that other purpose without the wasteful extra steps of making RAM free just to later have to undo that effort and make it used again.

1

Based on the RAMMap screenshot I can see that the Metadata are extremely high. This is the file system cache. MS explained this here in a blog post.

They provide a Service where you can limit the cache size dynamically. You can download the service from the Downloadcenter.

You can set a fixed limit with this tool:

http://www.uwe-sieber.de/ntcacheset_e.html

Also the paged and non paged pool is too high. I explained here how to track down which drivers use the memory.