We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106086b commit 2b6a700Copy full SHA for 2b6a700
.github/workflows/_unit_test_coverage.yml
@@ -197,6 +197,8 @@ jobs:
197
${RDMA_DEVICES} \
198
--device=/dev/infiniband/rdma_cm \
199
--ulimit memlock=-1:-1 \
200
+ --ulimit nofile=65536:65536 \
201
+ --ulimit nproc=8192:8192 \
202
-v $(pwd):/workspace -w /workspace \
203
-v "${CACHE_DIR}/gitconfig:/etc/gitconfig:ro" \
204
-v "${CACHE_DIR}/.cache:/root/.cache" \
0 commit comments