Skip to content

Commit d950b4c

Browse files
authored
Merge pull request #219 from hankcs/master
Increase heap size for the test task
2 parents 6233d7e + b25cf76 commit d950b4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ repositories {
2929

3030
test {
3131
useJUnitPlatform()
32+
minHeapSize = "8g" // initial heap size
33+
maxHeapSize = "16g" // maximum heap size
3234
}
3335

3436
dependencies {

0 commit comments

Comments
 (0)