SQL Server Not Using All Allocated Memory

  • I am running SQL Server 2008 R2 on Windows 2008 R2 enterprise Edition with 64GBs of RAM. I have set SQL Server's max memory setting to 58GBs. SQL Server is the only major application running on the server and should reserve and use all of the 58GBs allocated to it but it isn't. When looking at task manager on the server, it indicates 97% of the server's memory currently being used, however when you go into resource monitor SQL Server is only using 289MBs of memory. The memory committed to SQL Server is 1.4GBs and the working set is 322MBs. I am currently trying to shrink a 330GB DB and it is taking 2hrs to shrink 10GB chunks and I assume it is because of the low memory usage by SQL Server. I cannot figure out what is causing SQL Server to not properly use all of the 58GBs allocated to it. Are there any other settings that would limit SQL Server from properly using all of the memory allocated to it?

  • Don't use Task Manager to check SQL Server's memory usage. In many cases it will report a value far, far, far lower than what SQL is actually using. Use Perfmon and check the Total Server Memory counter.

    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