container memory overload

0
I notice there is an alert “container memory overload”, someone knows the reason why this happens? In the mendix documentation it seems to be an issue with the database usage
asked
1 answers
5

I think you probably found the cause for the alert. If you experience that the application is getting slower and not reacting in a reasonable time, you should look for the reason for the high memory footprint. We can only guess, but are there scheduled events which handle a large amount of data? Retrieves, Commits or Deletes of large lists? Maybe there are long running microflows in you application?

answered