git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe7fd3
)
ecj: fix maxheap size jamvm is compiled with 512m only
author
Henning Heinold
<heinold@inf.fu-berlin.de>
Mon, 1 Feb 2010 20:03:18 +0000
(21:03 +0100)
committer
Henning Heinold
<heinold@inf.fu-berlin.de>
Mon, 1 Feb 2010 20:03:18 +0000
(21:03 +0100)
recipes/ecj/files/ecj.in
patch
|
blob
|
history
diff --git
a/recipes/ecj/files/ecj.in
b/recipes/ecj/files/ecj.in
index
2cff259
..
2099991
100755
(executable)
--- a/
recipes/ecj/files/ecj.in
+++ b/
recipes/ecj/files/ecj.in
@@
-1
+1
@@
-${RUNTIME} -Xmx
1024
m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}
+${RUNTIME} -Xmx
512
m -cp ${ECJ_JAR} org.eclipse.jdt.internal.compiler.batch.Main ${1+"$@"}