ecj: fix maxheap size jamvm is compiled with 512m only
authorHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 1 Feb 2010 20:03:18 +0000 (21:03 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 1 Feb 2010 20:03:18 +0000 (21:03 +0100)
recipes/ecj/files/ecj.in

index 2cff259..2099991 100755 (executable)
@@ -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+"$@"}