Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges
SQL Server 2000 Clustering Gotchas

Part 2 on AWE Memory

  1. If AWE is enabled, SQL Server cannot use the paging file
  2. If AWE is enabled, SQL Server will grab all memory it is allowed if the max server memory configuration option is not set.  If you accidentally forget to set this, SQL Server will attempt to grab all memory on the server, starving the OS.  To rectify this, you will have to shut down SQL Server since the memory comes from a non-pooled region of RAM and is not "interchangeable" with the OS. 
  3. Once max server memory configured, set the working size to 0.

See here from more details!

 

http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/failclus.mspx

 

 

Posted: Thursday, October 27, 2005 1:15 PM by echarran
Filed under:

Comments

No Comments

Anonymous comments are disabled
Page view tracker