You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ba...@apache.org on 2021/09/14 11:20:46 UTC

[systemds] 02/02: [SYSTEMDS-3129] GitHub actions new memory amount

This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds.git

commit 9fb5328c3478965f65a8313a462fb01cbf14388c
Author: baunsgaard <ba...@tugraz.at>
AuthorDate: Tue Sep 14 13:19:41 2021 +0200

    [SYSTEMDS-3129] GitHub actions new memory amount
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56f0a8c..5d35963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
 		<rerun.failing.tests.count>2</rerun.failing.tests.count>
 		<jacoco.skip>true</jacoco.skip>
 		<automatedtestbase.outputbuffering>false</automatedtestbase.outputbuffering>
-		<argLine>-Xms4g -Xmx4g -Xmn400m</argLine>
+		<argLine>-Xms3300m -Xmx3300m -Xmn330m</argLine>
 		<enableStats>false</enableStats>
 	</properties>