Additional SQL Server features and topics not covered by specific categories
Right, is by design that SQL Server holds the allocated memory, you can read about in article Memory Management Architecture Guide
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Additional SQL Server features and topics not covered by specific categories
Answer accepted by question author
Right, is by design that SQL Server holds the allocated memory, you can read about in article Memory Management Architecture Guide
That is completely normal, expected and desired behavior and does not indicate a problem in any way.