Skip to content

Commit 55d2da6

Browse files
build: update memory settings
Signed-off-by: Andreas Reichel <[email protected]> Signed-off-by: manticore-projects <[email protected]>
1 parent d9acb5f commit 55d2da6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,15 @@
199199
<showWarnings>true</showWarnings>
200200
<encoding>${project.build.sourceEncoding}</encoding>
201201
<showDeprecation>true</showDeprecation>
202+
<fork>true</fork>
203+
<meminitial>128m</meminitial>
204+
<maxmem>2g</maxmem>
202205
</configuration>
203206
</plugin>
204207
<plugin>
205208
<groupId>org.javacc.plugin</groupId>
206209
<artifactId>javacc-maven-plugin</artifactId>
210+
<version>3.0.3</version>
207211
<executions>
208212
<execution>
209213
<id>javacc</id>

0 commit comments

Comments
 (0)