Killed submission

Hi, I make all local checks, everything goes fine all the time, but after I make submit I just got a message Killed - just after first model run - does it mean that my model uses more memory that allowed?

Hi @maksimovka, yes that’s the most likely explanation for what happened.

You can try adding the option --memory=4g to the Docker invocation in the Makefile to see if you can replicate this locally (ref: Runtime options with Memory, CPUs, and GPUs | Docker Docs)