Skip to content

Commit 540674a

Browse files
committed
Increased max heap size when running tests from Gradle
1 parent a40a0be commit 540674a

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
@@ -140,6 +140,7 @@ configure(subprojects.findAll { it.name != 'util' && it.name != 'mongo-java-driv
140140

141141
/* Testing */
142142
tasks.withType(Test) {
143+
maxHeapSize = "3g"
143144
maxParallelForks = 1
144145

145146
systemProperties(

0 commit comments

Comments
 (0)