From cf463419bfecbd1b89a6596cff330f0711b326bf Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 18 Feb 2020 18:47:51 -0800 Subject: [PATCH] Set MAX_GRID_CPU to increase 074 speed. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- .github/kokoro/steps/hostinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/kokoro/steps/hostinfo.sh b/.github/kokoro/steps/hostinfo.sh index f55cb432..bd84e9d8 100755 --- a/.github/kokoro/steps/hostinfo.sh +++ b/.github/kokoro/steps/hostinfo.sh @@ -25,7 +25,7 @@ echo "Total Memory (GB): $MEM_GB" # Approx memory per grid process export MEM_PER_RUN=8 -export MAX_CPU_PER_GRID=$(($MEM_GB/$MEM_PER_RUN)) +export MAX_GRID_CPU=$(($MEM_GB/$MEM_PER_RUN)) export MAX_VIVADO_PROCESS=$(($MEM_GB/$MEM_PER_RUN)) echo