aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ecj
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2010-02-01 21:03:18 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-02-01 21:03:18 +0100
commit689d761d7e8b1b13accf44b04f65f23bf05ced4a (patch)
treecdd8b2af1cc3e69efe3d616f3039082f68cc8fcf /recipes/ecj
parent4fe7fd3bdb7e46cb7977a8078a68277efc900862 (diff)
downloadopenembedded-689d761d7e8b1b13accf44b04f65f23bf05ced4a.tar.gz
ecj: fix maxheap size jamvm is compiled with 512m only
Diffstat (limited to 'recipes/ecj')
-rwxr-xr-xrecipes/ecj/files/ecj.in2
1 files changed, 1 insertions, 1 deletions
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+"$@"}