We’re evaluating Camunda Optimize. We’ve setup a Docker instance and can import data from the Camunda engine. However, sometimes when we create a report, Optimize just straight up and exits:
./optimize.sh: line 9: 7 Killed bash ${CMD} “$@”
No other logs are shown surrounding the same timestamp. Optimize continues running fine until we explicitly try adding a report (sometimes report gets added succesfully).
Could you give some more details about your Docker setup (eg are you using compose or Kubernetes)? It would also be helpful if you could share how your Docker containers are configured. I’m wondering if this could potentially be a memory restriction, maybe Optimize is killed due to memory limits when you’re trying to create a report.