Hi, I am encountering an error with my docker for Task2a: ``` RuntimeError: unable to write to file : No space left on device (28) ``` And then after: ``` RuntimeError: Background workers died. ... your RAM was full and the worker was killed by the OS. ``` I have tried to reduce the number of processes but I am not sure how to approach this. I would appreciate any help. Thanks in advance.

Created by rgonl
Hi @rgonl, Your docker should execute on our system without issue then. However, if you specify limits just to be safe that might be beneficial. We have no time limit requirements for inference.
Hi, My Docker image size is 11.9 GB. My device specs are: Intel i7-7700 CPU, 31.2 GB RAM, 1× NVIDIA TITAN V (12 GB VRAM), Driver 575.64.03, CUDA 12.9, Ubuntu 24.04.2 LTS. During peak usage, max CPU RAM is about 26.6 GB, max GPU VRAM ~6 GB, with no resource limits set. Should I specify any memory limits for CPU or RAM? Thanks in advance for your help.
Hi @rgonl, Can you give us details about your docker? How large is it? Are you setting a memory limit for CPU/GPU/RAM, etc? If you give us some more details about a standard run on your device we can help you debug this. For reference, our GPU has 32 GB to run models, we use a Intel(R) Xeon(R) W-2245 CPU @ 3.90GHz, we have 64 BG of RAM and are using Ubuntu 24.04.2 LTS Thank you, The LISA 2025 Challenge Organizers

Docker failed job, no memory left on device page is loading…