Loads of memory in "standby" on Windows Server 2008 R2

Posted by Jaap on Server Fault See other posts from Server Fault or by Jaap
Published on 2011-08-03T15:52:09Z Indexed on 2012/04/07 11:34 UTC
Read the original article Hit count: 257

In our SharePoint farm, our Web Front End servers all have loads of memory in "standby" mode, meaning very little is available for our IIS worker process.

We have 32 GB of RAM in each of the boxes, and standby memory will creep up to about 28 GB, whereas the IIS worker process only seems to be using about 2 GB. Also, we've seen the machine use the swap file extensively while this memory was in standby, so I am starting to think that this memory in standby mode is stopping IIS from using it, forcing it to swap to disk, causing more performance problems.

I used SysInternals RamMap to indentify what is being kept in memory, and it was able to tell me that almost everything in standby memory is of type "Mapped File".

When I sort the files listed under the file summary tab in RamMap by file size, the largest files (around a few hundred meg each) are IIS log files and SharePoint log files.

I would like to understand which process is loading these files into standby memory and why they are not being released. When I do an iisreset, it does not release the memory.

Any ideas?

Thanks!

© Server Fault or respective owner

Related posts about windows-server-2008-r2

Related posts about memory