From d75e40b98c973cf6671a7f5742d01b9f8e90a666 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Sat, 18 Feb 2023 01:17:33 +0000 Subject: [PATCH] Doubled max memory allocation for compiler to 2GB to fix heap allocation exceptions during build --- Server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/pom.xml b/Server/pom.xml index 8adac8e6e..265799c61 100644 --- a/Server/pom.xml +++ b/Server/pom.xml @@ -195,7 +195,7 @@ maven-compiler-plugin 3.10.1 - 1024m + 2048m false -XDcompilePolicy=simple