From: Joonas Lehtinen Date: Sun, 30 Sep 2007 10:38:57 +0000 (+0000) Subject: Increased heap-size for compiler X-Git-Tag: 6.7.0.beta1~5945 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=92d843664be71a991cda37c3171786e2f6119c0d;p=vaadin-framework.git Increased heap-size for compiler svn changeset:2394/svn branch:trunk --- diff --git a/build/bin/compile-gwt-components b/build/bin/compile-gwt-components index a1a0d1e140..d6130d5e88 100755 --- a/build/bin/compile-gwt-components +++ b/build/bin/compile-gwt-components @@ -1,6 +1,6 @@ #!/bin/sh -JVMVARS="" +JVMVARS="-Xmx512M" PLATFORM=""