commit | 4b0b2fa5302ea8d3c892c71e1ffa05efe0047b23 | [log] [tgz] |
---|---|---|
author | branflake2267@gmail.com <branflake2267@gmail.com> | Wed Nov 11 17:30:45 2015 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 12 05:54:30 2015 +0000 |
tree | 5f312a10a749690af9641b5347f4b310018b4416 | |
parent | 41fd5efd412c67647c7248de130bb4a9c3e48bdd [diff] |
Increase default memory for newly created web apps. Issue: 9213 Change-Id: Icb911b334112266fdccd9f8d9cbb9187eb61ef4c
diff --git a/user/src/com/google/gwt/user/tools/templates/ant/build.xmlsrc b/user/src/com/google/gwt/user/tools/templates/ant/build.xmlsrc index cc54727..d1dac99 100644 --- a/user/src/com/google/gwt/user/tools/templates/ant/build.xmlsrc +++ b/user/src/com/google/gwt/user/tools/templates/ant/build.xmlsrc
@@ -37,7 +37,7 @@ </target> <target name="gwtc" depends="javac" description="GWT compile to JavaScript (production mode)"> - <java failonerror="true" fork="true" classname="@compileClass" maxmemory="256m"> + <java failonerror="true" fork="true" classname="@compileClass" maxmemory="512m"> <classpath> <pathelement location="@srcFolder"/> <path refid="project.class.path"/>