Skip to content

Commit

Permalink
SHIBUI-1440
Browse files Browse the repository at this point in the history
Added more memory to the build. Removed a jvm arg that would cause
garbage collection / memory exceptions to not be displayed.
  • Loading branch information
Bill Smith committed Oct 17, 2019
1 parent cf7a201 commit 1e54bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

subprojects {
tasks.withType(Test) {
maxHeapSize = "3g"
maxHeapSize = "6g"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 1e54bc8

Please sign in to comment.