We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa30af commit 0923b2fCopy full SHA for 0923b2f
1 file changed
src/model/docker.ts
@@ -75,6 +75,7 @@ class Docker {
75
--volume "${actionFolder}/BlankProject":"/BlankProject:z" \
76
--cpus=${dockerCpuLimit} \
77
--memory=${dockerMemoryLimit} \
78
+ --oom-kill-disable \
79
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
80
${
81
sshAgent && !sshPublicKeysDirectoryPath
0 commit comments