Skip to content

Commit

Permalink
fix #6749 by increasing heap allocated to scala
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Feb 1, 2018
1 parent 0d6dd03 commit 50b0018
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions kernel/scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jar {
}
}

test {
maxHeapSize = '1800m'
}

task realclean
realclean.dependsOn(clean)
// should also remove
Expand Down

0 comments on commit 50b0018

Please sign in to comment.