Share via

SQL Memory Uses

Devendra Kumar Sahu 246 Reputation points
2021-09-24T10:18:00.66+00:00

I have SQL Server 2016 SE Version. I have Physical Memory 154GB and i assign to SQL 124GB. After few day i Consume 121GB memory in SQL Server. i know that It allocates memory for buffer pool (=cache) and hold it for it's work.
is there any written in Microsoft please let me know.

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

Olaf Helper 47,616 Reputation points
2021-09-24T10:41:44.133+00:00

Right, is by design that SQL Server holds the allocated memory, you can read about in article Memory Management Architecture Guide

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Tom Phillips 17,786 Reputation points
    2021-09-24T12:10:23.167+00:00

    That is completely normal, expected and desired behavior and does not indicate a problem in any way.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.