From 5ef9b0f901fe1f3902adc1e33b5652e95ab6f775 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 6 Oct 2018 19:38:32 +0100 Subject: [PATCH] Increase the maximum heap size that is available to Maven --- .mvn/jvm.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/jvm.config b/.mvn/jvm.config index 9b109f3737..f432c96022 100644 --- a/.mvn/jvm.config +++ b/.mvn/jvm.config @@ -1 +1 @@ --Xmx1024m \ No newline at end of file +-Xmx1536m \ No newline at end of file