Skip to content

Commit 4eb8fb4

Browse files
authored
Add --oom-kill-disable to docker.ts for Linux
1 parent 5fab876 commit 4eb8fb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/model/docker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ const Docker = {
9292
--volume "${actionFolder}/BlankProject":"/BlankProject:z" \
9393
--cpus=${dockerCpuLimit} \
9494
--memory=${dockerMemoryLimit} \
95+
--oom-kill-disable \
9596
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
9697
${
9798
sshAgent && !sshPublicKeysDirectoryPath

0 commit comments

Comments
 (0)