Hi all, I'm trying to run the Dolly example on Me...
# ask-metaflow
a
Hi all, I'm trying to run the Dolly example on Metaflow but keep running into an OOM error:
Copy code
OutOfMemoryError: Container killed due to memory usage
Does Metaflow enforce a hard memory limit for ECS containers? I'm using a
p3.16xlarge
and this is my resource config:
Copy code
N_CPU = 32
N_GPU = 8
MEMORY = 250000
1