[oe-commits] Henning Heinold : ecj: fix maxheap size jamvm is compiled with 512m only

git version control git at git.openembedded.org
Mon Feb 1 21:52:32 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 689d761d7e8b1b13accf44b04f65f23bf05ced4a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=689d761d7e8b1b13accf44b04f65f23bf05ced4a

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Mon Feb  1 21:03:18 2010 +0100

ecj: fix maxheap size jamvm is compiled with 512m only

---

 recipes/ecj/files/ecj.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ecj/files/ecj.in b/recipes/ecj/files/ecj.in
index 2cff259..2099991 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+"$@"}





More information about the Openembedded-commits mailing list