Subversion Repository Public Repository

litesoft

Diff Revisions 409 vs 424 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/ProjectParameters.java

Diff revisions: vs.
  @@ -164,7 +164,7 @@
164 164 defaultKey( GWTwar, "$target$/GWTCompilerOutput" );
165 165 defaultKey( GWTstyle, "OBF" );
166 166 defaultKey( GWTlogging, "INFO" );
167 - defaultKey( GWTmx, "128m" );
167 + defaultKey( GWTmx, "512m" );
168 168 }
169 169 }
170 170