Trouble getting Optimize to run without troubles

Hi community,

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).

Any ideas where to start looking for the problem?

Hi @daveychu ,

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.

Thanks for the reply and sorry for the late answer. It was indeed a memory problem!

No worries, I was also pretty late with my answer. Good to know!