From: Henning Heinold Date: Mon, 1 Feb 2010 20:03:18 +0000 (+0100) Subject: ecj: fix maxheap size jamvm is compiled with 512m only X-Git-Tag: Release-2010-05/1~612^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689d761d7e8b1b13accf44b04f65f23bf05ced4a;p=openembedded.git ecj: fix maxheap size jamvm is compiled with 512m only --- diff --git a/recipes/ecj/files/ecj.in b/recipes/ecj/files/ecj.in index 2cff2593d5..2099991cef 100755 --- a/recipes/ecj/files/ecj.in +++ b/recipes/ecj/files/ecj.in @@ -1 +1 @@ -${RUNTIME} -Xmx1024m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"} +${RUNTIME} -Xmx512m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}