|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 14, 2013 6:04 AM
Points: 168,
Visits: 493
|
|
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: Thursday, May 16, 2013 7:14 AM
Points: 238,
Visits: 2,341
|
|
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: Thursday, May 02, 2013 11:59 PM
Points: 9,
Visits: 300
|
|
Hi,
Server 32 bit or 64 bit and awe enabled?
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Yesterday @ 4:15 PM
Points: 37,651,
Visits: 29,903
|
|
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
|
|
|
|