Please complete the details below then remove this line:
Domino Version: 14.0FP2 HF39
Add-on Product (if appropriate, e.g. Verse / Traveler / Nomad / Domino REST API): REST API
Its Version:
Operating System: Windows Server 2022
Client (Notes, Nomad Web, Nomad Mobile, Android/iOS, browser version): Web
Problem/Query: The Domino Server fails daily with the message “LSXBE error “Out of Backend Memory”“. There are documents in the knowledge base describing the cause of the error - but I do not have a developer available right now to look into this.
But in the meantime I would like to monitor the server to get an indication when memory starts to get allocated so I can restart the server before it crashes. Is there some statistics or other method available which I can use to see the allocation of this particular memory?
Thank you.
You can use show stat or show stat Platform.Process.amgr.* for the agent manager to show memory usage.
Perhaps do this when the server is newly restarted and one when the error occur to see what the difference is.
Then how to monitor it. I use Zabbix for external monitoring and send out stats that I want to monitor on disk. I don’t know if you could use DDM for this but if you do not have any external system check there.
You can also do a load server -m to do a full memory dump that you probably could send with logs to HCL for investigation.
/Fredrik
Please read the article on "Domino server reports LSXBE error “Out of Backend Memory”
Reference Document : Domino server reports LSXBE error "Out of Backend Memory" - Customer Support
The Domino server crashes because of “LSXBE: Out of Backend Memory” caused by a custom Java REST API running in XPages.