summaryrefslogtreecommitdiffstats
path: root/recipes-core/jamvm/jamvm_git.bb
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2012-05-15 09:56:31 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2012-05-25 22:16:20 +0200
commit5d528acac0eab6cfaa4ed3c290c7db3acd5047bf (patch)
tree0c42eb97627667a890023266703bffa06a9021dd /recipes-core/jamvm/jamvm_git.bb
parent3738fc4fc2b2bad549c9f7b15626572efc62ca8d (diff)
downloadmeta-java-5d528acac0eab6cfaa4ed3c290c7db3acd5047bf.tar.gz
jamvm: work around min heap size greater than max error
On system with large amounts of RAM (such as 96GB), the default initial heap size is larger than the max heap size specified in some build commands. Set min_heap to the max_heap value in those cases instead. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/jamvm/jamvm_git.bb')
-rw-r--r--recipes-core/jamvm/jamvm_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/jamvm/jamvm_git.bb b/recipes-core/jamvm/jamvm_git.bb
index 2a4213b..7b28600 100644
--- a/recipes-core/jamvm/jamvm_git.bb
+++ b/recipes-core/jamvm/jamvm_git.bb
@@ -6,11 +6,12 @@ require jamvm.inc
6SRCREV = "4617da717ecb05654ea5bb9572338061106a414d" 6SRCREV = "4617da717ecb05654ea5bb9572338061106a414d"
7PV = "1.5.5+1.6.0-devel+git${SRCPV}" 7PV = "1.5.5+1.6.0-devel+git${SRCPV}"
8 8
9PR = "r1" 9PR = "r2"
10 10
11SRC_URI = "git://git.berlios.de/jamvm;protocol=git \ 11SRC_URI = "git://git.berlios.de/jamvm;protocol=git \
12 file://jamvm-jni_h-noinst.patch \ 12 file://jamvm-jni_h-noinst.patch \
13 file://libffi.patch \ 13 file://libffi.patch \
14 file://jamvm-minmax-heap.patch \
14 " 15 "
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"