Skip to content

Commit b25cf76

Browse files
committed
Increase heap size for the test task
1 parent ee3c548 commit b25cf76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
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)