diff options
Diffstat (limited to 'recipes')
-rwxr-xr-x | 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 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+"$@"} |