Bumping the memory used to build samples now that Showcase is pushing on the limits. Review by: fabiomfv@google.com git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9841 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/common.ant.xml b/samples/common.ant.xml index 14c6154..4d994e3 100755 --- a/samples/common.ant.xml +++ b/samples/common.ant.xml
@@ -106,7 +106,7 @@ <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" /> <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA-sources.jar" /> </classpath> - <jvmarg value="-Xmx256M" /> + <jvmarg value="-Xmx384M" /> <arg value="-localWorkers" /> <arg value="${gwt.samples.localworkers}" /> <arg value="-war" />