Skip to content

Commit 0923b2f

Browse files
authored
Add --oom-kill-disable flag to docker.ts for Linux
1 parent 0aa30af commit 0923b2f

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
@@ -75,6 +75,7 @@ class Docker {
7575
--volume "${actionFolder}/BlankProject":"/BlankProject:z" \
7676
--cpus=${dockerCpuLimit} \
7777
--memory=${dockerMemoryLimit} \
78+
--oom-kill-disable \
7879
${sshAgent ? `--volume ${sshAgent}:/ssh-agent` : ''} \
7980
${
8081
sshAgent && !sshPublicKeysDirectoryPath

0 commit comments

Comments
 (0)