[20180312]进程管理其中的SQL Server进程占用内存远远大于SQL server内部统计出来的内存

本文涉及的产品
云数据库 RDS SQL Server,基础系列 2核4GB
RDS SQL Server Serverless,2-4RCU 50GB 3个月
推荐场景:
简介:
sql server 统计出来的内存,不管是这个,还是dbcc memorystatus,和进程管理器中内存差距很大,差不多有70G的差异。
具体原因不止,可能是内存泄漏,目前只能通过重启服务解决
 
Process/System Counts                    Value
---------------------------------------- --------------------
Available Physical Memory                5337628672
Available Virtual Memory                 8723028054016
Available Paging File                    9299374080
Working Set                              26316115968
Percent of Committed Memory in WS        100
Page Faults                              12218866
System physical memory high              1
System physical memory low               0
Process physical memory low              0
Process virtual memory low               0
 
(10 rows affected)
 
Memory Manager                           KB
---------------------------------------- -----------
VM Reserved                              70668820
VM Committed                             25599992
Locked Pages Allocated                   0
Large Pages Allocated                    0
Emergency Memory                         1024
Emergency Memory In Use                  16
Target Committed                         25600000
Current Committed                        25599992
Pages Allocated                          24728712
Pages Reserved                           0
Pages Free                               35552
Pages In Use                             4883440
Page Alloc Potential                     19436560
NUMA Growth Phase                        2
Last OOM Factor                          0
Last OS Error                            0
 
(16 rows affected)
 
Memory node Id = 0                       KB
---------------------------------------- -----------
VM Reserved                              70668756
VM Committed                             25599972
Locked Pages Allocated                   0
Pages Allocated                          24728712
Pages Free                               35552
Target Committed                         25599976
Current Committed                        25599976
Foreign Committed                        0
Away Committed                           0
Taken Away Committed                     0
 
(10 rows affected)
 
Memory node Id = 64                      KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             20
Locked Pages Allocated                   0
 
(3 rows affected)
 
MEMORYCLERK_SQLGENERAL (node 0)          KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          27480
 
(6 rows affected)
 
MEMORYCLERK_SQLBUFFERPOOL (node 0)       KB
---------------------------------------- -----------
VM Reserved                              12954432
VM Committed                             655624
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          20682112
 
(6 rows affected)
 
MEMORYCLERK_SQLQUERYEXEC (node 0)        KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          4448
 
(6 rows affected)
 
MEMORYCLERK_SQLOPTIMIZER (node 0)        KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          1368
 
(6 rows affected)
 
MEMORYCLERK_SQLUTILITIES (node 0)        KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          176
 
(6 rows affected)
 
MEMORYCLERK_SQLSTORENG (node 0)          KB
---------------------------------------- -----------
VM Reserved                              10048
VM Committed                             10048
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          17200
 
(6 rows affected)
 
MEMORYCLERK_SQLCONNECTIONPOOL (node 0)   KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          2608
 
(6 rows affected)
 
MEMORYCLERK_SQLCLR (node 0)              KB
---------------------------------------- -----------
VM Reserved                              6302848
VM Committed                             17884
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          12384
 
(6 rows affected)
 
MEMORYCLERK_SQLSERVICEBROKER (node 0)    KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          656
 
(6 rows affected)
 
MEMORYCLERK_SQLHTTP (node 0)             KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
MEMORYCLERK_SNI (node 0)                 KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          144
 
(6 rows affected)
 
MEMORYCLERK_SNI (node 64)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
MEMORYCLERK_SNI (Total)                  KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          160
 
(6 rows affected)
 
MEMORYCLERK_FULLTEXT (node 0)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          296
 
(6 rows affected)
 
MEMORYCLERK_SQLXP (node 0)               KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
MEMORYCLERK_BHF (node 0)                 KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          208
 
(6 rows affected)
 
MEMORYCLERK_XE_BUFFER (node 0)           KB
---------------------------------------- -----------
VM Reserved                              4608
VM Committed                             4608
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          0
 
(6 rows affected)
 
MEMORYCLERK_XTP (node 0)                 KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
MEMORYCLERK_HOST (node 0)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          472
 
(6 rows affected)
 
MEMORYCLERK_SOSNODE (node 0)             KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          55328
 
(6 rows affected)
 
MEMORYCLERK_SOSNODE (node 64)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          2432
 
(6 rows affected)
 
MEMORYCLERK_SOSNODE (Total)              KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          57760
 
(6 rows affected)
 
MEMORYCLERK_SOSOS (node 0)               KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          192
 
(6 rows affected)
 
MEMORYCLERK_SOSMEMMANAGER (node 0)       KB
---------------------------------------- -----------
VM Reserved                              79224
VM Committed                             79080
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          0
 
(6 rows affected)
 
MEMORYCLERK_FULLTEXT_SHMEM (node 0)      KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              96
SM Committed                             96
Pages Allocated                          0
 
(6 rows affected)
 
MEMORYCLERK_SQLSERVICEBROKERTRANSPORT (node 0) KB
---------------------------------------------- -----------
VM Reserved                                    0
VM Committed                                   0
Locked Pages Allocated                         0
SM Reserved                                    0
SM Committed                                   0
Pages Allocated                                192
 
(6 rows affected)
 
MEMORYCLERK_FILETABLE (node 0)           KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
MEMORYCLERK_XE (node 0)                  KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          3880
 
(6 rows affected)
 
MEMORYCLERK_SQLLOGPOOL (node 0)          KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          15224
 
(6 rows affected)
 
MEMORYCLERK_LWC (node 0)                 KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          32
 
(6 rows affected)
 
MEMORYCLERK_FSCHUNKER (node 0)           KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          48
 
(6 rows affected)
 
CACHESTORE_OBJCP (node 0)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          203560
 
(6 rows affected)
 
CACHESTORE_SQLCP (node 0)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          3322304
 
(6 rows affected)
 
CACHESTORE_PHDR (node 0)                 KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          96720
 
(6 rows affected)
 
CACHESTORE_XPROC (node 0)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          208
 
(6 rows affected)
 
CACHESTORE_TEMPTABLES (node 0)           KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          136
 
(6 rows affected)
 
CACHESTORE_NOTIF (node 0)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
CACHESTORE_VIEWDEFINITIONS (node 0)      KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
CACHESTORE_XMLDBTYPE (node 0)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_XMLDBELEMENT (node 0)         KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_XMLDBATTRIBUTE (node 0)       KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_STACKFRAMES (node 0)          KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_STACKFRAMES (node 64)         KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_STACKFRAMES (Total)           KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
CACHESTORE_BROKERTBLACS (node 0)         KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          240
 
(6 rows affected)
 
CACHESTORE_BROKERKEK (node 0)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_BROKERDSH (node 0)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_BROKERUSERCERTLOOKUP (node 0) KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_BROKERRSB (node 0)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_BROKERREADONLY (node 0)       KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          80
 
(6 rows affected)
 
CACHESTORE_BROKERTO (node 0)             KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
CACHESTORE_EVENTS (node 0)               KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
CACHESTORE_CLRPROC (node 0)              KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          104
 
(6 rows affected)
 
CACHESTORE_SEHOBTCOLUMNATTRIBUTE (node 0) KB
----------------------------------------- -----------
VM Reserved                               0
VM Committed                              0
Locked Pages Allocated                    0
SM Reserved                               0
SM Committed                              0
Pages Allocated                           2032
 
(6 rows affected)
 
CACHESTORE_SYSTEMROWSET (node 0)         KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          4944
 
(6 rows affected)
 
CACHESTORE_CONVPRI (node 0)              KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          80
 
(6 rows affected)
 
CACHESTORE_FULLTEXTSTOPLIST (node 0)     KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          32
 
(6 rows affected)
 
CACHESTORE_SEARCHPROPERTYLIST (node 0)   KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
CACHESTORE_COLUMNSTOREOBJECTPOOL (node 0) KB
----------------------------------------- -----------
VM Reserved                               0
VM Committed                              0
Locked Pages Allocated                    0
SM Reserved                               0
SM Committed                              0
Pages Allocated                           32
 
(6 rows affected)
 
CACHESTORE_XML_SELECTIVE_DG (node 0)     KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
USERSTORE_SCHEMAMGR (node 0)             KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          58736
 
(6 rows affected)
 
USERSTORE_DBMETADATA (node 0)            KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          26616
 
(6 rows affected)
 
USERSTORE_TOKENPERM (node 0)             KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          40240
 
(6 rows affected)
 
USERSTORE_OBJPERM (node 0)               KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          936
 
(6 rows affected)
 
USERSTORE_SXC (node 0)                   KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          336
 
(6 rows affected)
 
USERSTORE_SXC (node 64)                  KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          8
 
(6 rows affected)
 
USERSTORE_SXC (Total)                    KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          344
 
(6 rows affected)
 
OBJECTSTORE_LBSS (node 0)                KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          200
 
(6 rows affected)
 
OBJECTSTORE_SNI_PACKET (node 0)          KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          4496
 
(6 rows affected)
 
OBJECTSTORE_SNI_PACKET (node 64)         KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          56
 
(6 rows affected)
 
OBJECTSTORE_SNI_PACKET (Total)           KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          4552
 
(6 rows affected)
 
OBJECTSTORE_SERVICE_BROKER (node 0)      KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          496
 
(6 rows affected)
 
OBJECTSTORE_LOCK_MANAGER (node 0)        KB
---------------------------------------- -----------
VM Reserved                              65536
VM Committed                             65536
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          95160
 
(6 rows affected)
 
OBJECTSTORE_LOCK_MANAGER (node 64)       KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          24
 
(6 rows affected)
 
OBJECTSTORE_LOCK_MANAGER (Total)         KB
---------------------------------------- -----------
VM Reserved                              65536
VM Committed                             65536
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          95184
 
(6 rows affected)
 
OBJECTSTORE_SECAUDIT_EVENT_BUFFER (node 0) KB
------------------------------------------ -----------
VM Reserved                                0
VM Committed                               0
Locked Pages Allocated                     0
SM Reserved                                0
SM Committed                               0
Pages Allocated                            16
 
(6 rows affected)
 
OBJECTSTORE_XACT_CACHE (node 0)          KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          12096
 
(6 rows affected)
 
OBJECTSTORE_XACT_CACHE (node 64)         KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          16
 
(6 rows affected)
 
OBJECTSTORE_XACT_CACHE (Total)           KB
---------------------------------------- -----------
VM Reserved                              0
VM Committed                             0
Locked Pages Allocated                   0
SM Reserved                              0
SM Committed                             0
Pages Allocated                          12112
 
(6 rows affected)
 
Buffer Pool                              Value
---------------------------------------- -----------
Database                                 2585121
Simulated                                646255
Target                                   65273856
Dirty                                    4140
In IO                                    0
Latched                                  0
Page Life Expectancy                     1144
 
(7 rows affected)
 
Procedure Cache                          Value
---------------------------------------- -----------
TotalProcs                               28879
TotalPages                               452849
InUsePages                               1213
 
(3 rows affected)
 
Global Memory Objects                    Pages
---------------------------------------- -----------
Resource                                 991
Locks                                    11898
XDES                                     175
DirtyPageTracking                        4
SETLS                                    4
SubpDesc Allocators                      4
SE SchemaManager                         2894
SE Column Metadata Cache                 4447
SE Column Metadata Cache Store           69
SQLCache                                 4930
Replication                              264
ServerGlobal                             53
XP Global                                2
SortTables                               3
 
(14 rows affected)
 
Query Memory Objects (internal)          Value
---------------------------------------- -----------
Grants                                   0
Waiting                                  0
Available                                1810094
Current Max                              1810094
Future Max                               1810094
Physical Max                             2371964
Next Request                             0
Waiting For                              0
Cost                                     0
Timeout                                  0
Wait Time                                0
 
(11 rows affected)
 
Small Query Memory Objects (internal)    Value
---------------------------------------- -----------
Grants                                   0
Waiting                                  0
Available                                65536
Current Max                              65536
Future Max                               65536
 
(5 rows affected)
 
Remote Query Memory Objects (internal)   Value
---------------------------------------- -----------
Grants                                   0
Waiting                                  0
Available                                1185982
Current Max                              1185982
 
(4 rows affected)
 
Query Memory Objects (default)           Value
---------------------------------------- -----------
Grants                                   0
Waiting                                  0
Available                                2366024
Current Max                              2366024
Future Max                               2366024
Physical Max                             2371964
Next Request                             0
Waiting For                              0
Cost                                     0
Timeout                                  0
Wait Time                                0
 
(11 rows affected)
 
Small Query Memory Objects (default)     Value
---------------------------------------- -----------
Grants                                   0
Waiting                                  0
Available                                65536
Current Max                              65536
Future Max                               65536
 
(5 rows affected)
 
Remote Query Memory Objects (default)    Value
---------------------------------------- -----------
Grants                                   0
Waiting                                  0
Available                                1185982
Current Max                              1185982
 
(4 rows affected)
 
Optimization Queue (internal)            Value
---------------------------------------- --------------------
Overall Memory                           21299200000
Target Memory                            16476872704
Last Notification                        1
Timeout                                  6
Early Termination Factor                 5
 
(5 rows affected)
 
Small Gateway (internal)                 Value
---------------------------------------- -----------
Configured Units                         16
Available Units                          16
Acquires                                 0
Waiters                                  0
Threshold Factor                         380000
Threshold                                380000
 
(6 rows affected)
 
Medium Gateway (internal)                Value
---------------------------------------- -----------
Configured Units                         4
Available Units                          4
Acquires                                 0
Waiters                                  0
Threshold Factor                         12
Threshold                                -1
 
(6 rows affected)
 
Big Gateway (internal)                   Value
---------------------------------------- -----------
Configured Units                         1
Available Units                          1
Acquires                                 0
Waiters                                  0
Threshold Factor                         8
Threshold                                -1
 
(6 rows affected)
 
Optimization Queue (default)             Value
---------------------------------------- --------------------
Overall Memory                           21299200000
Target Memory                            16435019776
Last Notification                        1
Timeout                                  6
Early Termination Factor                 5
 
(5 rows affected)
 
Small Gateway (default)                  Value
---------------------------------------- -----------
Configured Units                         16
Available Units                          16
Acquires                                 0
Waiters                                  0
Threshold Factor                         380000
Threshold                                380000
 
(6 rows affected)
 
Medium Gateway (default)                 Value
---------------------------------------- -----------
Configured Units                         4
Available Units                          4
Acquires                                 0
Waiters                                  0
Threshold Factor                         12
Threshold                                -1
 
(6 rows affected)
 
Big Gateway (default)                    Value
---------------------------------------- -----------
Configured Units                         1
Available Units                          1
Acquires                                 0
Waiters                                  0
Threshold Factor                         8
Threshold                                -1
 
(6 rows affected)
 
Memory Pool Manager                      Pages
---------------------------------------- -----------
Reserved Current                         0
Reserved Limit                           2593678
 
(2 rows affected)
 
Memory Pool (internal)                   Pages
---------------------------------------- -----------
Allocations                              119927
Predicted                                119927
Private Target                           0
Private Limit                            0
Total Target                             3200000
Total Limit                              3200000
OOM Count                                0
 
(7 rows affected)
 
MEMORYBROKER_FOR_CACHE (internal)        Pages
---------------------------------------- -----------
Allocations                              4808
Rate                                     0
Target Allocations                       2005494
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_STEAL (internal)        Pages
---------------------------------------- -----------
Allocations                              10651
Rate                                     0
Target Allocations                       2011337
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_RESERVE (internal)      Pages
---------------------------------------- -----------
Allocations                              0
Rate                                     0
Target Allocations                       2000686
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_COMMITTED (internal)    Pages
---------------------------------------- -----------
Allocations                              104466
Rate                                     0
Target Allocations                       2105152
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_XTP (internal)          Pages
---------------------------------------- -----------
Allocations                              2
Rate                                     0
Target Allocations                       2000688
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
Memory Pool (default)                    Pages
---------------------------------------- -----------
Allocations                              486395
Predicted                                1079387
Private Target                           0
Private Limit                            0
Total Target                             3200000
Total Limit                              3200000
OOM Count                                0
 
(7 rows affected)
 
MEMORYBROKER_FOR_CACHE (default)         Pages
---------------------------------------- -----------
Allocations                              480853
Rate                                     1
Target Allocations                       2481540
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_STEAL (default)         Pages
---------------------------------------- -----------
Allocations                              5542
Rate                                     -3
Target Allocations                       2006228
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_RESERVE (default)       Pages
---------------------------------------- -----------
Allocations                              0
Rate                                     0
Target Allocations                       2593677
Future Allocations                       592991
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
MEMORYBROKER_FOR_XTP (default)           Pages
---------------------------------------- -----------
Allocations                              0
Rate                                     0
Target Allocations                       2000686
Future Allocations                       0
Overall                                  2600000
Last Notification                        1
 
(6 rows affected)
 
Memory Broker Clerk (Buffer Pool)        Pages
---------------------------------------- ----------------------
Total                                    2585121
Simulated                                646255
Simulation Benefit                       0
Internal Benefit                         0
External Benefit                         0
Value Of Memory                          0
Periodic Freed                           0
Internal Freed                           0
 
(8 rows affected)
 
DBCC execution completed. If DBCC printed error messages, contact your system administrator.

 




    本文转自 Fanr_Zh 博客园博客,原文链接:http://www.cnblogs.com/Amaranthus/p/8547786.html,如需转载请自行联系原作者




相关实践学习
使用SQL语句管理索引
本次实验主要介绍如何在RDS-SQLServer数据库中,使用SQL语句管理索引。
SQL Server on Linux入门教程
SQL Server数据库一直只提供Windows下的版本。2016年微软宣布推出可运行在Linux系统下的SQL Server数据库,该版本目前还是早期预览版本。本课程主要介绍SQLServer On Linux的基本知识。 相关的阿里云产品:云数据库RDS SQL Server版 RDS SQL Server不仅拥有高可用架构和任意时间点的数据恢复功能,强力支撑各种企业应用,同时也包含了微软的License费用,减少额外支出。 了解产品详情: https://www.aliyun.com/product/rds/sqlserver
相关文章
|
1月前
麒麟系统mate-indicators进程占用内存过高问题解决
【10月更文挑战第7天】麒麟系统mate-indicators进程占用内存过高问题解决
174 2
|
2月前
|
存储 Linux 调度
深入理解操作系统:从进程管理到内存分配
【8月更文挑战第44天】本文将带你深入操作系统的核心,探索其背后的原理和机制。我们将从进程管理开始,理解如何创建、调度和管理进程。然后,我们将探讨内存分配,了解操作系统如何管理计算机的内存资源。最后,我们将通过一些代码示例,展示这些概念是如何在实际操作系统中实现的。无论你是初学者还是有经验的开发者,这篇文章都将为你提供新的视角和深入的理解。
|
1月前
|
缓存 算法 调度
深入浅出操作系统:从进程管理到内存优化
本文旨在为读者提供一次深入浅出的操作系统之旅。我们将从进程管理的基本概念出发,逐步深入到内存管理的复杂世界,最终探索如何通过实践技巧来优化系统性能。文章将结合理论与实践,通过代码示例,帮助读者更好地理解操作系统的核心机制及其在日常技术工作中的重要性。无论你是初学者还是有一定经验的开发者,这篇文章都将为你打开一扇通往操作系统深层次理解的大门。
|
1月前
|
SQL 数据库
执行 Transact-SQL 语句或批处理时发生了异常。 (Microsoft.SqlServer.ConnectionInfo)之解决方案
执行 Transact-SQL 语句或批处理时发生了异常。 (Microsoft.SqlServer.ConnectionInfo)之解决方案
220 0
|
2月前
|
监控 Ubuntu API
Python脚本监控Ubuntu系统进程内存的实现方式
通过这种方法,我们可以很容易地监控Ubuntu系统中进程的内存使用情况,对于性能分析和资源管理具有很大的帮助。这只是 `psutil`库功能的冰山一角,`psutil`还能够提供更多关于系统和进程的详细信息,强烈推荐进一步探索这个强大的库。
42 1
|
2月前
|
Linux
查看进程的内存使用信息
查看进程的内存使用信息
|
3月前
|
Java 应用服务中间件 Maven
从零到英雄:一步步构建你的首个 JSF 应用程序,揭开 JavaServer Faces 的神秘面纱
【8月更文挑战第31天】JavaServer Faces (JSF) 是一种强大的 Java EE 标准,用于构建企业级 Web 应用。它提供了丰富的组件库和声明式页面描述语言 Facelets,便于开发者快速开发功能完善且易于维护的 Web 应用。本文将指导你从零开始构建一个简单的 JSF 应用,包括环境搭建、依赖配置、Managed Bean 编写及 Facelets 页面设计。
93 0
|
3月前
|
SQL 关系型数据库 MySQL
【超全整理】SQL日期与时间函数大汇总会:MySQL与SQL Server双轨对比教学,助你轻松搞定时间数据处理难题!
【8月更文挑战第31天】本文介绍了在不同SQL数据库系统(如MySQL、SQL Server、Oracle)中常用的日期与时间函数,包括DATE、NOW()、EXTRACT()、DATE_ADD()、TIMESTAMPDIFF()及日期格式化等,并提供了具体示例。通过对比这些函数在各系统中的使用方法,帮助开发者更高效地处理日期时间数据,满足多种应用场景需求。
355 0
|
3月前
|
SQL 关系型数据库 MySQL
SQL Server、MySQL、PostgreSQL:主流数据库SQL语法异同比较——深入探讨数据类型、分页查询、表创建与数据插入、函数和索引等关键语法差异,为跨数据库开发提供实用指导
【8月更文挑战第31天】SQL Server、MySQL和PostgreSQL是当今最流行的关系型数据库管理系统,均使用SQL作为查询语言,但在语法和功能实现上存在差异。本文将比较它们在数据类型、分页查询、创建和插入数据以及函数和索引等方面的异同,帮助开发者更好地理解和使用这些数据库。尽管它们共用SQL语言,但每个系统都有独特的语法规则,了解这些差异有助于提升开发效率和项目成功率。
363 0
|
3月前
|
Linux 调度 C语言
深入理解操作系统:从进程管理到内存分配
【8月更文挑战第31天】在数字世界的每一次点击和滑动背后,都隐藏着一个复杂而精妙的世界——操作系统。它如同一座无形的桥梁,连接着人类与机器的沟通。本文将带你一探究竟,从进程的生命周期到内存的精细管理,我们将一起解码操作系统的核心机制。通过直观的代码示例,你将看到理论与实践的结合如何让冷冰冰的机器生动起来。准备好了吗?让我们开始这段探索之旅,揭开操作系统神秘的面纱。

热门文章

最新文章