We recently experienced a significant performance degradation on our main TP SQL server (Current primary of SQL2012 - 3 servers in High Availability config)
This was diagnosed to the OBJECTSTORE_LOCK_MANAGER consuming approx. 66% of available memory (40gb) which it would not release.
Running
DBCC FREESYSTEMCACHE ( 'ALL' )
cleared the problem
Investigating log files has not provided info to determine how this situation occurred. What may have caused OBJECTSTORE_LOCK_MANAGER to reach this state?