Task Manager Memory Discrepancy

task-managerwindows-server-2008-r2

On our Windows 2008 R2 64 bit servers there seems to be a discrepancy between the number shown in Task Manager on the Performance tab in the Memory Graph and the sum of the Memory (Private Working Set) on the Processes tab. The former is consistently higher. The discrepancy does not seem to depend on the amount of memory allocated to the box or on the number of processes on the box. For the four servers I have examined the discrepancy ranged from 853 MB to 4,178 MB. Can someone please explain this?

Best Answer

In addition to process private working sets, there are many other types of memory that contribute to the total memory usage, such as kernel allocations, pages mapped into the system cache working set, pages on the modified list etc. You can use RamMap.exe (http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx) to get a more detailed picture of what's actually in memory.