From 7ce6171e5186eee99b52deb0df2cfa441b0b19a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20Br=C3=BCnings?= Date: Tue, 20 Aug 2024 19:56:33 +0200 Subject: [PATCH] Remove xmx restriction for test tasks --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 66688ef62c..ffb1911504 100644 --- a/build.gradle +++ b/build.gradle @@ -204,9 +204,6 @@ subprojects { outputLocation = file("${outputLocation.get()}/$taskName-$variant") } } - //Required for building on Travis' container-based infrastructure to not be killed with - //'exit code 137' - https://github.com/travis-ci/travis-ci/issues/5582 - jvmArgs '-Xmx512m' // As a generous general timeout, instead of the 6h of GHA. timeout = Duration.ofMinutes(15) }