|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, May 02, 2013 2:21 PM
Points: 3,
Visits: 414
|
|
Sql production box has 108 GB RAM i allocated Max memory 100 GB for sql server ,in task manager i see 106 GB Used i.e 98% of memory ,My question is when we allocate max memory to sql server it will allocate or sql server request memory when it required and leave the memory to OS.But i see sql server is not taking memory when it required it is locking the memory what it was allocated. please let me know
email: sql.lanka@gmail.com
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 4:15 PM
Points: 37,651,
Visits: 29,903
|
|
Don't use Task Manager to check SQL Server's memory, it can display completely incorrect (far too low) values.
Perfmon counter - Total Server Memory.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|