From 1e54bc857c7db4a4d08491cb77afd935b7f76216 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Thu, 17 Oct 2019 11:58:34 -0700 Subject: [PATCH] SHIBUI-1440 Added more memory to the build. Removed a jvm arg that would cause garbage collection / memory exceptions to not be displayed. --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5b78682dc..3dd07dc7b 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { subprojects { tasks.withType(Test) { - maxHeapSize = "3g" + maxHeapSize = "6g" } } diff --git a/gradle.properties b/gradle.properties index 96d2607f6..94bdabe90 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ hibernate.version=5.2.11.Final lucene.version=7.2.1 -org.gradle.jvmargs=-Xmx1g -XX:-UseGCOverheadLimit +org.gradle.jvmargs=-Xmx6g # set token in personal global i2.github.token=