Skip to content

Commit 2b6a700

Browse files
committed
[CI] set nproc/nofile limits in _unit_test_coverage.yml
1 parent 106086b commit 2b6a700

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/_unit_test_coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ jobs:
197197
${RDMA_DEVICES} \
198198
--device=/dev/infiniband/rdma_cm \
199199
--ulimit memlock=-1:-1 \
200+
--ulimit nofile=65536:65536 \
201+
--ulimit nproc=8192:8192 \
200202
-v $(pwd):/workspace -w /workspace \
201203
-v "${CACHE_DIR}/gitconfig:/etc/gitconfig:ro" \
202204
-v "${CACHE_DIR}/.cache:/root/.cache" \

0 commit comments

Comments
 (0)