Memory is not releasing in sql server 2008

  • Dear All,

    We have sql server 2008 with two node cluster.

    during operation memory is reaching up to 90% but its not releasing after decreasing the load.

    Memory is freezing at one limit.After restarting its coming down but automatically its not coming down.

    Pls suggest how to rectifiy this

  • Normal, expected, documented behaviour.

    SQL uses a lot of memory. It won't give it back to the OS unless the OS come under memory pressure as it's inefficient to be constantly allocating and deallocating memory.

    Chapter 4: http://www.simple-talk.com/books/sql-books/troubleshooting-sql-server-a-guide-for-the-accidental-dba/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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