We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fab876 commit 4eb8fb4Copy full SHA for 4eb8fb4
1 file changed
src/model/docker.ts
@@ -92,6 +92,7 @@ const Docker = {
92
--volume "${actionFolder}/BlankProject":"/BlankProject:z" \
93
--cpus=${dockerCpuLimit} \
94
--memory=${dockerMemoryLimit} \
95
+ --oom-kill-disable \
96
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
97
${
98
sshAgent && !sshPublicKeysDirectoryPath
0 commit comments