We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09c4bb commit d6dc303Copy full SHA for d6dc303
1 file changed
.github/workflows/unit-tests-recipes.yml
@@ -131,6 +131,7 @@ jobs:
131
if: ${{ needs.changed-dirs.outputs.dirs != '[]' }}
132
container:
133
image: ${{ matrix.recipe.image }}
134
+ options: --shm-size=16G
135
strategy:
136
matrix:
137
recipe: ${{ fromJson(needs.changed-dirs.outputs.dirs) }}
0 commit comments