SQL Server Performance Counters -Memory

The following counters all have to do with the management of memory issues. In addition, there will counters that assist in the determination of whether the problem you are having is really a memory issue.

*******************************************************************************************************************************************************

This is 12GB. Only use this number if you are also on a laptop.

Remember that 1GB is 1024MB, so calculate accordingly!

OPTION 2: SET MAX SERVER MEMORY WITH T-SQL

Only run these commands if you’re comfortable with sp_configure and have it set to let you access advanced options.