diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8bdc7602..f0f7fd914 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -536,7 +536,7 @@ stages: displayName: Run Tests env: COMPlus_EnableDiagnostics: 0 - DOTNET_GCHeapHardLimit: 100000000 + DOTNET_GCHeapHardLimit: 10000000 - task: PublishTestResults@2 displayName: Publish Test Results inputs: diff --git a/test.sh b/test.sh index 1e9a3102d..c96531c43 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,10 @@ #! /bin/bash set -x +echo $DOTNET_GCHeapHardLimit +cat /proc/meminfo +ulimit -a + PLATFORM=$1 TYPE=$2 COVERAGE=$3