From a484305ac406fe5f04d28a8ef26ed0985f6bcb3b Mon Sep 17 00:00:00 2001 From: Andrey Loskutov Date: Mon, 12 Feb 2024 17:17:50 +0100 Subject: [PATCH] Workaround for gerrit builds failing with "Java heap space" errors Fixes https://github.com/eclipse-equinox/p2/issues/463 --- .mvn/maven.config | 1 + 1 file changed, 1 insertion(+) diff --git a/.mvn/maven.config b/.mvn/maven.config index 55539b0bd9..9b561477f7 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1,3 +1,4 @@ -Pbuild-individual-bundles -Dtycho.surefire.deleteWorkDir=true -Dtycho.localArtifacts=ignore +-Xmx2g \ No newline at end of file