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
This commit is contained in:
Andy Wilkinson 2020-07-29 17:43:27 +01:00
parent f2d27047e2
commit ab9284e120

View File

@ -1 +1 @@
-Xmx1536m
-Xmx2048m