SQL Server memory usage (sqlserv.exe)

  • Hi,

    we have an SQL server instance with memory capped on 16GB.

    The total memory of the server itself is 20GB.

    However, when I look at the processes I see that sqlserv.exe is taking up 16,5GB (17.355.300KB).

    Is this normal? Where is the extra 0,5GB going to?

    Thanks for your help.

    Kr,

    Sven

  • Yes. Non-buffer pool memory (thread stacks, backup buffers, linked server drivers, CLR and a couple other things). Usually about 500MB.

    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
  • Thanks for your reply!

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

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