Skip to content

Commit

Permalink
SHIBUI-1440
Browse files Browse the repository at this point in the history
Backed out memory-related changes.
  • Loading branch information
Bill Smith committed Oct 28, 2019
1 parent 56d680d commit b0a26cd
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 = "8g"
maxHeapSize = "3g"
}
}

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=-Xmx8g -XX:-UseGCOverheadLimit
org.gradle.jvmargs=-Xmx1g -XX:-UseGCOverheadLimit

# set token in personal global
i2.github.token=
Expand Down

0 comments on commit b0a26cd

Please sign in to comment.