From 7a716c744fcc05f043d2d1309750e0c4b9508feb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 03:06:18 +0100 Subject: [PATCH] try disabling mmap --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b93ac285..b0d59cf1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,7 @@ pool: variables: GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle + sun.zip.disableMemoryMapping: true steps: - task: Cache@2