increase shm

This commit is contained in:
Adrian Wälchli 2021-06-30 13:59:15 +02:00
parent aebf46d1d3
commit 8c27163483
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ jobs:
clean: all
steps:
- script: mount -o remount,size=1G /dev/shm
displayName: "Increase shared memory"
- script: tar -xvzf /opt/poplar/${{ variables.poplar_sdk }}.tar.gz
displayName: "Extract Poplar SDK"