Unverified Commit 2541b97f authored by Dillon Cullinan's avatar Dillon Cullinan Committed by GitHub
Browse files

ci: Enforce 6GB RAM limit on pytest (#8238)


Signed-off-by: default avatarDillon Cullinan <dcullinan@nvidia.com>
parent 60acaa7b
......@@ -151,6 +151,7 @@ runs:
--cpus=${NUM_CPUS} \
--shm-size=200m \
--network host \
--memory=6g \
"${DOCKER_ENV_FLAGS[@]}" \
--name ${{ env.CONTAINER_ID }}_pytest \
-v "${TEST_RESULTS_DIR}:/workspace/test-results" \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment