Hello,
We have recently made a change to call a heavy microflow asynchronously using a custom java action that is similar to community commons "executeMicroflowInBackground". The microflow retrieves the data from persistent entities and populates non-persistent entities so that the data can be exported into XML string and stored in a database.
After this change, we have seen continuous increase in memory and Old Gen space usage even though there are no objects in object Cache. We are using mendix run time statistics to monitor the object cache and the application is deployed on premises.
How can I identify the microflow, code or object that is causing memory leak?
Thanks in advance.