* commons/pom.xml

increase heap for testing to 1024m to accomodate big bloom bitfield tests
This commit is contained in:
gojomo
2010-06-08 03:28:51 +00:00
parent e9a11e56c6
commit 4e1b47746c
+1
View File
@@ -324,6 +324,7 @@
<excludes>
<exclude>**/Test*.java</exclude>
</excludes>
<argLine>-Xmx1024m</argLine>
</configuration>
</plugin>
</plugins>