November 23, 2017 at 5:46 am
OBJECTSTORE_LOCK_MANGER is consuming more memory. Any idea how to fix this? I have attached image for reference
Windows server Mmemory 32 GB
SQL Server Max Memory 28GB
Sql server is consuming 29 GB
November 23, 2017 at 8:43 am
SQL can use more memory than what you set it to, as certain things like extended stored procedures, linked servers and other aspects of the service use memory outside that of what you set in the configuration options which generally control the buffer and proc cache's along with others portions of the process.
If lock memory is increasing then your serving up more locks, take a look at sys.dm_tran_locks to see if the number of transactions is increasing periodically that will give you a better understanding as to if its load increasing the lock memory, but <400MB out of 28GB doesn't seem like a concern.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy