I'm encountering an issue with our database where the NotifyLogPoolMgr is shrinking the log pool under memory pressure. The specific message in the logs is as follows:
NotifyLogPoolMgr in DB: 5 shrinks logpool under memory pressure for 1 times with decrease percentage: 5.
I'm trying to understand the implications of this message and how to address the underlying issue. Here are some specific questions I have:
What exactly does this message mean? What are the potential causes for the log pool being shrunk due to memory pressure? Are there any recommended steps to prevent this from happening in the future?