Skip to content

Commit 574d7cc

Browse files
committed
give the compiler more memory, otherwise it fails sometimes
1 parent 982c848 commit 574d7cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
<source>1.6</source>
344344
<target>1.6</target>
345345
<fork>true</fork>
346+
<maxmem>512m</maxmem>
346347
<!-- REMOVE WHEN UPGRADE:
347348
see https://jira.codehaus.org/browse/MCOMPILER-209 it's a bug where
348349
incremental compilation doesn't work unless it's set to false causeing

0 commit comments

Comments
 (0)