Subversion Repository Public Repository

litesoft

Diff Revisions 612 vs 784 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/ProjectParameters.java

Diff revisions: vs.
  @@ -69,7 +69,7 @@
69 69 "Default: 'INFO'." );
70 70
71 71 public static final Parameter GWTmx = def( "GWTmx", Form.STRING, "the -Xmx value for the GWT Compiler.", //
72 - "Default: '128m'." );
72 + "Default: '1024m'." );
73 73
74 74 public static final String GWT_DEV = "gwt-dev.jar";
75 75 public static final String GWT_USER = "gwt-user.jar";
  @@ -166,7 +166,7 @@
166 166 defaultKey( GWTwar, "$target$/GWTCompilerOutput" );
167 167 defaultKey( GWTstyle, "OBF" );
168 168 defaultKey( GWTlogging, "INFO" );
169 - defaultKey( GWTmx, "512m" );
169 + defaultKey( GWTmx, "1024m" );
170 170 }
171 171 }
172 172