Skip to content

Adding soft memory limit for docker jobs while turning off swapping

Maximilian Horzela requested to merge patch/swappiness into master

Enable docker jobs to acquire more memory than requested, while avoiding swapping, by using a docker-wrapper script exploiting the funtionality to limit memory access of the docker container using runtime options as described in https://docs.docker.com/config/containers/resource_constraints/#limit-a-containers-access-to-memory.

Merge request reports