|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, May 31, 2013 2:29 AM
Points: 168,
Visits: 496
|
|
hello experts,
got a server with 32GB of RAM, configured max memory as 28GB.
with this query --> "select session_id, requested_memory_kb, granted_memory_kb, required_memory_kb from sys.dm_exec_query_memory_grants"
Result : session_id requested_memory_kb granted_memory_kb required_memory_kb ---------- -------------------- -------------------- -------------------- 66 234752 234752 4864
here is my question --> is the mermory 234752KB comes from the 28GB i configured for SQL server or from 4GB?
Thanks in advance.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 29, 2013 1:01 PM
Points: 238,
Visits: 2,344
|
|
Max memory settings controls only the max size of buffer pool(paged memory). So in short the memory of 234752KB comes from 28 GB max setting.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, June 04, 2013 2:49 AM
Points: 9,
Visits: 307
|
|
Hi,
Server 32 bit or 64 bit and awe enabled?
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 4:08 PM
Points: 38,099,
Visits: 30,392
|
|
murugan.shanmugam (12/5/2012) Hi,
Server 32 bit or 64 bit and awe enabled?
Irrelevant to this question.
Year and a half old thread
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
|
|
|
|