The total number of locks held has exceeded the threshold. When the lock held
count becomes too high, it increases the chances that there will be lock
contention and therefore causes performance degradation. If one application is
consuming most of the locks, you may want to verify that the application is not
in a state where it cannot release the locks it currently holds.
|