How to analyze 'dbcc memorystatus' result in SQL Server 2008

后端 未结 3 605
星月不相逢
星月不相逢 2021-01-05 15:20

Currently I am facing a SQL memory pressure issue. i have run dbcc memorystatus, here is part of my result:

Memory Manager                               


        
3条回答
  •  耶瑟儿~
    2021-01-05 15:38

    Here's a guess:

    One thing that strikes me is that you have a Working Set of 15 GB while the Available Physical Memory is only 258 MB. I believe you should make more memory available to Sql Server. (Whether that's just moving a slider a little more to the right, and/or installing more RAM, I couldn't know.)

提交回复
热议问题