Tests now need more RAM.

This commit is contained in:
Andrew Jackson
2018-09-13 13:44:40 +01:00
parent a831676196
commit 992a51aa57
+1 -1
View File
@@ -104,7 +104,7 @@
<excludes>
<exclude>**/TestAll.java</exclude>
</excludes>
<argLine>-server -Xmx256m</argLine>
<argLine>-server -Xmx1g</argLine>
</configuration>
</plugin>
</plugins>