Getting error JVM Heap Space / Out of memory errors.

0
Hi, We are using Mendix 4.4.3.1 on Nitra application. We are facing issue with the JVM Heap Space / Out of memory errors. We have already increased the Java heap size owever still we are Getting error JVM Heap Space / Out of memory errors. m2ee(nitra): status ERROR: The application process seems to be running (pid 24807 is alive), but is not accessible for administrative requests. ERROR: If this is not caused by a configuration error (e.g. wrong admin_port) setting, it could be caused by JVM Heap Space / Out of memory errors. Please review the application logfiles. In case of JVM errors, you should consider restarting the application process, because it is likely to be in an undetermined broken state right now. m2ee(nitra): Please suggest how we can solve this issue. Regards , Rahul ROde. 9673998309
asked
1 answers
0

You should find out which microflow is causing the out of memory error. Then you have to check why this microflow is causing this. Most of the time it is because you are not using batches. Iterating over a hugh list is a sure way to go out of heap space. So first try to find the microflow. If you then are not sure on how to proceed edit your question and post the microflow. We can then help you changing this microflow.

Regards,

Ronald

answered