SQL Server with Mr. Denny

Jun 10 2008   6:39PM GMT

Article: SQL Server memory configurations for procedure cache and buffer cache



Posted by: Denny Cherry
Article, Cache, SQL Server 2000, SQL Server 2005

I’ve just published another tip over on SearchSQLServer.com.  This one is titled SQL Server memory configurations for procedure cache and buffer cache.

To determine how much memory your SQL Server database uses for buffer cache and procedure cache, factor in the SQL version you’re using, whether it’s x86, x64 or Itanium and the amount of memory allocated to the SQL Server instance. I talk about how the system configures memory and how it allocates the amount of buffer and procedure cache that’s available.Denny

Comment on this Post

Leave a comment:

Avournas  |   Jun 28, 2008  1:56 PM (GMT)

In the article you state “Buffer cache cannot reside within the Address Windowing Extension (AWE)-controlled memory space”. I think you have that backwards. It is procedure cache that cannot reside in AWE. Buffer cache can.


 

Mrdenny  |   Jun 28, 2008  6:05 PM (GMT)

You are correct, I did manage to get those backwards. I’ll have the article corrected.

Thanks for pointing that out.