Memory assigned to the OS

  • Total physical RAM on the system is 288GB.

    Min and Max memory assigned to SQL Server is 0 and 280GB.

    Should I assume that 8GB is assigned to the OS? Is there a way to verify the amount of memory assigned to the OS?

  • There's no memory 'assigned' to the OS. 8GB is what SQL is leaving for the OS and any other app running on that server. That's rather a high figure for max server memory for that much memory.

    Chapter 4: https://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
  • GilaMonster (9/26/2013)


    There's no memory 'assigned' to the OS. 8GB is what SQL is leaving for the OS and any other app running on that server. That's rather a high figure for max server memory for that much memory.

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

    Ok.

    It was written in this book that "

    As a general base configuration, for a dedicated SQL Server machine, reserve 1 GB of RAM

    for the OS, 1 GB for each 4 GB of RAM installed from 4–16 GB, and then 1 GB for every 8

    GB RAM installed above 16 GB RAM. This means that, for a server with 64 GB RAM, the

    starting point for max server memory should be in the 54 GB range, and then tuned

    higher based on monitoring the Memory\Available Mbytes performance counter."

    Gail, please correct me if I'm wrong-- I'm thinking the max SQL server memory setting would be 250GB.

  • ..It's ideal. But it's definitely depended on what other applications you have in the box as well...

  • Edit --- Posted for wrong question..

Viewing 5 posts - 1 through 4 (of 4 total)

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