Set memory for compiler as otherwise it sometimes fails here

This commit is contained in:
Norman Maurer 2013-09-10 18:38:15 +02:00
parent 451e91d142
commit f76497fe25

View File

@ -306,6 +306,8 @@
<Xlint:deprecation />
</compilerArguments>
-->
<meminitial>256m</meminitial>
<maxmem>1024m</maxmem>
</configuration>
</plugin>
<plugin>