Doubled max memory allocation for compiler to 2GB to fix heap allocation exceptions during build

This commit is contained in:
Ceikry 2023-02-18 01:17:33 +00:00 committed by Ryan
parent 17db0f27ef
commit d75e40b98c

View file

@ -195,7 +195,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<maxmem>1024m</maxmem>
<maxmem>2048m</maxmem>
<useIncrementalCompilation>false</useIncrementalCompilation>
<compilerArgs>
<arg>-XDcompilePolicy=simple</arg>