Bumping up memory footprint for JUnit tests, some tests were failing with out of heap.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1666 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/common.ant.xml b/common.ant.xml
index 1ac8c3f..a28dfd1 100755
--- a/common.ant.xml
+++ b/common.ant.xml
@@ -145,6 +145,7 @@
<echo message="${javac.out} ${javac.junit.out}" />
<junit dir="@{test.out}" fork="yes" printsummary="yes" haltonfailure="true">
<jvmarg line="${junit.platform.args}" />
+ <jvmarg line="-Xmx256m" />
<sysproperty key="gwt.args" value="@{test.args}" />
<sysproperty key="gwt.devjar" value="${gwt.dev.staging.jar}" />
<sysproperty key="java.awt.headless" value="true" />