From 8c2716348330dbc3c6b3685647f435127b870d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Wed, 30 Jun 2021 13:59:15 +0200 Subject: [PATCH] increase shm --- .azure-pipelines/ipu-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/ipu-tests.yml b/.azure-pipelines/ipu-tests.yml index 065c6983a2..ca0ea485de 100644 --- a/.azure-pipelines/ipu-tests.yml +++ b/.azure-pipelines/ipu-tests.yml @@ -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"