Missing Memory on Windows Server 2008

Posted by Chris Lively on Server Fault See other posts from Server Fault or by Chris Lively
Published on 2009-10-21T19:41:58Z Indexed on 2012/11/30 23:08 UTC
Read the original article Hit count: 181

I have a windows 2008 x64 server with 8GB of RAM installed.

Task Manager and Resource Monitor both insist that 7.5GB of the RAM is in use. However, the memory list under Processes (Memory Private Bytes) doesn't add up. I do have Show Processes from all users checked and hand adding the numbers I come up with about 3.5GB of RAM.

I also looked at the latest copy of SysInternals Process Explorer. And neither the Private Bytes or Working Set adds up to more than about 3.5GB of RAM in use.

What's going on?

=====

Update: I bounced the server to see what would happen with the memory utilization. After boot and regular operations began it sat at 3GB of RAM usage. 18 hours later, it's back up to 6.8GB of usage with no indication as to where the additional 3.5GB or so of RAM is being used.

Here are links to screen shots of the resource monitor and task manager:

Resource Monitor

Task Manager

Update 2: Well, I believe I located the problem. When I detached one of the larger databases from my sql server the amount of ram shown as "in use" dropped drastically. The Memory Private Bytes count barely moved. So I'm guessing that SQL server has some way of allocating memory where it doesn't really show up in any of the monitors.

I went further and created a new database file, then transferred all of the data from the one I detached. Even though it has the same data, and the same transactions going through it, the memory in use has stayed low. Maybe there was some corruption in the DB? I'll leave it to the DB gods and go searching for another "problem" ;)

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about sql-server