使用 RamMap 清理内存 How to Use RamMap to Empty System Working Set

使用 RamMap 清理内存

In this post I want to introduce RamMap by Microsoft. It’s a free tool you can use to show metafile usage and find which RAM areas are used by which applications.

The screen looks like this:

rammap

It’s an interesting tool when you run into high memory usage and don’t exactly know why this is happening.

In my case I found Windows was using high amounts of metafile memory and it effectively clogged the server. I then use Empty->System working set to clear it and free RAM goes back to normal.

The function is available here:

emptyworkingsetmetafile

Download link: 

https://docs.microsoft.com/zh-cn/sysinternals/downloads/rammap

来源: http://lsdepartment.com/

http://www.toughdev.com/content/2015/05/fixing-high-windows-memory-usage-caused-by-large-metafile/

原文地址:https://www.cnblogs.com/jins-note/p/10170707.html