Commit ab9284e1 authored by Andy Wilkinson's avatar Andy Wilkinson

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
parent f2d27047
-Xmx1536m
\ No newline at end of file
-Xmx2048m
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment