Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
since we are might be running multiple hydra commands on the same jenkins builder, and we are running into those kind of error: ``` docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "tmpfs" to rootfs at "/home/jenkins/.local": create mountpoint for /home/jenkins/.local mount: mkdirat /var/lib/docker/.../.local: file exists: unknown. ``` we are trying to limit the memory to try to avoid this issue Fixes: #9645 (cherry picked from commit 9a73120)
- Loading branch information