High memory utilization on Server

  • Hi,

    We have set maxservermeroy to 55GB on SQL server instance. Now there is no application running on the server.

    I used sp_who2 all process are sleeping. Still the Task manager show high memory utilization. Attached is the result of following Query.

    select * from sys.dm_os_performance_counters

    where counter_name like '%memory%'

    But dont understand what they specifies.

    How to reduce the memory utilization. Not able to justify why the utilization is high.

    Thanks in Advance

  • I don't wish to be rude here but why not try reading BOL, getting a basic intro to sql server book or even going on a training course.

    It saddens me that I've been seeing these exact same posts ( but with less memory way back 🙂 ) ever since sql server central started.

    To be blunt, if you allocate memory sql server takes it ( generally ) I bet you have lock pages enabled too ?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply