Skip to content

Commit ab9284e

Browse files
committed
Increase max heap of the Maven JVM
The overhead of build scans seems to have brought us right to the limit of the Maven JVM's heap. As a result, builds are occasionally failing as the heap's been exhausted. This commit increases the JVM's max heap. Closes gh-22649
1 parent f2d2704 commit ab9284e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mvn/jvm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-Xmx1536m
1+
-Xmx2048m

0 commit comments

Comments
 (0)