Skip to content

Commit d6dc303

Browse files
committed
Increase recipe unit testing Docker container shared memory.
Signed-off-by: Cory Ye <cye@nvidia.com>
1 parent c09c4bb commit d6dc303

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/unit-tests-recipes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
if: ${{ needs.changed-dirs.outputs.dirs != '[]' }}
132132
container:
133133
image: ${{ matrix.recipe.image }}
134+
options: --shm-size=16G
134135
strategy:
135136
matrix:
136137
recipe: ${{ fromJson(needs.changed-dirs.outputs.dirs) }}

0 commit comments

Comments
 (0)