mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-24 09:44:10 +08:00
[CI] increase shm-size to 128G and set nproc/nofile limits in _unit_test_coverage.yml (#7227)
* [CI] increase shm-size to 128G in _unit_test_coverage.yml * [CI] set nproc/nofile limits in _unit_test_coverage.yml
This commit is contained in:
@@ -193,10 +193,12 @@ jobs:
|
||||
--sysctl kernel.msgmnb=268435456 \
|
||||
--name ${runner_name} \
|
||||
--cap-add=SYS_PTRACE --cap-add=IPC_LOCK \
|
||||
--shm-size=64G \
|
||||
--shm-size=128G \
|
||||
${RDMA_DEVICES} \
|
||||
--device=/dev/infiniband/rdma_cm \
|
||||
--ulimit memlock=-1:-1 \
|
||||
--ulimit nofile=65536:65536 \
|
||||
--ulimit nproc=8192:8192 \
|
||||
-v $(pwd):/workspace -w /workspace \
|
||||
-v "${CACHE_DIR}/gitconfig:/etc/gitconfig:ro" \
|
||||
-v "${CACHE_DIR}/.cache:/root/.cache" \
|
||||
|
||||
Reference in New Issue
Block a user