Camunda shuts itself down when running batch

I’m using Camunda with embedded tomcat , I have one process application with 0.6 million instances.
I want to delete this instances so I’m using Process Instance Delete Async

The batch is getting created successfully but after running sometime camunda shuts itself down.
I have checked logs there was no exception thrown by engine.

Have you tuned your Camunda Environment to handle such a large data set operation. If not go through the link

Consider increasing - 1. TomCat RAM, 2. Increase Worker Thread. Refer the above link and tune the relevant parameters.

Hii thanks for pointing it out

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.