Skip to content

Commit

Permalink
Set memory for compiler as otherwise it sometimes fails here
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Maurer committed Sep 10, 2013
1 parent 3b44c60 commit 16cf807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@
<Xlint:deprecation />
</compilerArguments>
-->
<meminitial>256m</meminitial>
<maxmem>1024m</maxmem>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 16cf807

Please sign in to comment.