Alert for database freeable memory

0
I am getting this alert for our application on production: "This is an alert for a Mendix Cloud application that you are subscribed to. Environment: Production Service: Database Freeable Memory Status: Critical Details: CRITICAL: Database has 9.2% freeable memory.
asked
3 answers
1

Hi Muhammad,

You can check the Running Now metrics to see which processes are currently running in your app. It could be that some background processes, scheduled events, microflows, or tasks running in the background occupy the memory. 
 
You can also increase the log level to Trace for the databas-related log nodes like ConnectionBus to find out what your database is doing.

answered
0

Hi Raza,

This alert is sent when the Database memory usage of your app goes to 90% or above, you should try to reduce it to stop this alert.

answered
0

Hi Muhammad,

 

Thanks for reaching out. That would mean that you are running out of database space. I would suggest you to analyze your current tables ASAP so you can perform some cleanup tasks. If all the data in the database is data you need, you could consider upgrading your database plan. More advanced operations (like a database vacuum) are also possible, but more recommended if you have some more experience with databases in general. 

 

Hopefully, this helps.

answered