My container uses too much RAM
Problem
My container consumes an excessive amount of memory (RAM).
Possible cause
With Sandbox v2, the memory usage of a container is proportional to the number of forked subprocesses.
Solutions
If your application relies on multiple subprocesses that instantiate numerous objects (such as large module imports in Python), we recommend using Sandbox v1.
Refer to the My container runs out of memory (OOM) documentation for other solutions for memory issues.
Still need help?Create a support ticket