From 92d843664be71a991cda37c3171786e2f6119c0d Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Sun, 30 Sep 2007 10:38:57 +0000 Subject: [PATCH] Increased heap-size for compiler svn changeset:2394/svn branch:trunk --- build/bin/compile-gwt-components | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- 2.39.5