mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Doubled max memory allocation for compiler to 2GB to fix heap allocation exceptions during build
This commit is contained in:
parent
17db0f27ef
commit
d75e40b98c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue