Skip to content

Commit e14dc4b

Browse files
committed
Travis tweaks
1 parent 2e0a7a5 commit e14dc4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

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

grails-test-suite-uber/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ dependencies {
5252
test {
5353
maxParallelForks = isTravisBuild ? 2 : 4
5454
forkEvery = isTravisBuild ? 25 : 100
55+
minHeapSize = '256m'
5556
if(!isTravisBuild) {
5657
maxHeapSize = '1024m'
5758
}

0 commit comments

Comments
 (0)