Doubled max memory allocation for compiler to 2GB to fix heap allocation exceptions during build
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user