We need your assistance regarding an issue. We are getting an error message "Insufficient memory - Lock Manager Pool is full" in the console log. We are unable to view the mailbox.
Can you kindly check if there are NSD's that has been generated automatically, else run a manual NSD and I suggest on opening a ticket so that we can further investigate the issue. That error message may cause by several issues, and an NSD file which contains call stack may help us identify its root cause.
But for the meantime, maybe you can try re-create your mailboxes, by simply renamin it to mail.old, then start up the server again, if there are mails stuck in the old mail box, simply copy and paste it on the new one.
Reason for this error could be corrupt db(s) that's preventing the txn locks from being released. If you see this often, you can increase this pool size via MAX_LOCK_POOL_SIZE
Set this ini's, need to restart server after. max_lock_pool_size=2048 . This could be low for your server if you see this error often
If encountering this error; "Insufficient memory - Lock Manager Pool is full", the immediate recommendation is to set MAX_LOCK_POOL_SIZE=2048 or 4096 and asses if this resolves the error message. If not than please raise a case with HCL Support so we can further asses the condition leading to this error.
Please increase the size of the lock manager Pool using the following notes.ini parameter MAX_LOCK_POOL_SIZE=20480 this increases the size of the BLK_LKMGR_POOL to 20M
Please restart the domino server once after adding mentioned parameter and then check.
The mentioned error message indicates possibility of corrupt mail box. Please check the size of the mentioned mail box. Also, please perform maintenance on the mentioned mailbox once and then check.
I hope this is helpful to you. If this answer is beneficial, please accept it to benefit others with the same problem/query.