Skip to content

Commit a3d5f90

Browse files
committed
added more stackmemory to compiler
1 parent 7be59ab commit a3d5f90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@
200200
<encoding>${project.build.sourceEncoding}</encoding>
201201
<showDeprecation>true</showDeprecation>
202202
<maxmem>2000m</maxmem>
203+
<compilerArgs>
204+
<arg>-J-Xss4M</arg>
205+
</compilerArgs>
203206
<fork>true</fork>
204207
</configuration>
205208
</plugin>

0 commit comments

Comments
 (0)