[CI] Replace ipc=host with shm-size and sysctl configuration (#7138)

This commit is contained in:
YuBaoku
2026-04-02 10:33:55 +08:00
committed by GitHub
parent db808f2080
commit 7aa213bba9
5 changed files with 15 additions and 3 deletions
+4 -1
View File
@@ -182,7 +182,10 @@ jobs:
docker rm -f ${runner_name} || true
fi
docker run --rm --ipc=host --pid=host --net=host \
docker run --rm --net=host \
--shm-size=64g \
--sysctl kernel.msgmax=1048576 \
--sysctl kernel.msgmnb=268435456 \
--name ${runner_name} \
-v $(pwd):/workspace \
-w /workspace \