Currently I am facing a SQL memory pressure issue. i have run dbcc memorystatus
, here is part of my result:
Memory Manager
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.)