Skip to content

Commit 7b4207a

Browse files
committed
Test: Increased the max heap to 4g.
JAVA-3576
1 parent fb0ec0e commit 7b4207a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ configure(javaCodeCheckedProjects) {
172172

173173
/* Testing */
174174
tasks.withType(Test) {
175-
maxHeapSize = "3g"
175+
maxHeapSize = "4g"
176176
maxParallelForks = 1
177177

178178
systemProperties(

0 commit comments

Comments
 (0)