Re: [oe] [meta-java][PATCH] jamvm: work around min heap size greater than max error

2012-06-01 Thread Henning Heinold
On Tue, May 15, 2012 at 11:56:31AM +0200, Jan Luebbe wrote: > 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

[oe] [meta-java][PATCH] jamvm: work around min heap size greater than max error

2012-05-15 Thread Jan Luebbe
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 --- recipes-core/jamvm/jamvm/jamvm-minmax-heap.patch | 15 ++