Closed C0deH4cker closed 4 weeks ago
Fixes #11.
Challenges add limits using DOCKER_CPULIMIT and DOCKER_MEMLIMIT. The defaults for these are 0.5 CPUs and 500MB of memory.
DOCKER_CPULIMIT
DOCKER_MEMLIMIT
This PR protects the host against resource exhaustion from the container, but more work is needed to isolate resources between connections' process trees.
Fixes #11.
Challenges add limits using
DOCKER_CPULIMIT
andDOCKER_MEMLIMIT
. The defaults for these are 0.5 CPUs and 500MB of memory.