Skip to content

Commit 2e0a7a5

Browse files
committed
try setting minHeapSize
1 parent 6a392ee commit 2e0a7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ subprojects { project ->
336336
if (isTravisBuild) {
337337
maxParallelForks = 2
338338
maxHeapSize = '768m'
339+
minHeapSize = '128m'
339340
if(!isJava8Compatible) {
340341
jvmArgs '-XX:MaxPermSize=256m'
341342
}

0 commit comments

Comments
 (0)