# Killed submission

**URL:** https://community.drivendata.org/t/killed-submission/10584
**Category:** NASA Pose Bowl
**Created:** [April 1, 2024, 10:29pm UTC](https://community.drivendata.org/t/killed-submission/10584 "2024-04-01T22:29:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![maksimovka](https://avatars.discourse-cdn.com/v4/letter/m/48db29/32.png) [@maksimovka](https://community.drivendata.org/u/maksimovka)
#### Post date: [April 1, 2024, 10:29pm UTC](https://community.drivendata.org/t/killed-submission/10584/1 "2024-04-01T22:29:09Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![isms](https://yyz2.discourse-cdn.com/flex028/user_avatar/community.drivendata.org/isms/32/9_2.png) [@isms](https://community.drivendata.org/u/isms)
#### Post date: [April 2, 2024, 12:17pm UTC](https://community.drivendata.org/t/killed-submission/10584/2 "2024-04-02T12:17:54Z")

</div>

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](https://docs.docker.com/config/containers/resource_constraints/#limit-a-containers-access-to-memory))
