Dear All
Curently, we are using Camunda 7 and we have Camunda processes which receives and sends the files among others. In this scenario, I have the following questions:
- How to extends the file size to receive into a process? Currenlty, we can send maximum of ~16MB (single) file but we need to send 22 MB
- When the file has been sent from one process to another and it continues next couple of process as a chain, how long the file will be in memory?
- I have monitored our application (which only does the file process using Camunda), unfortunately, the Memory not released even after all the camunda processes completion. But CPU Usage came down.
Can you please help me in this case?