Re: [OE-core] [PATCH 01/31] core-image-weston: bump QB_MEM to 1G in qemuarm64
From: Alexander Kanavin <hidden>
Date: 2021-06-16 14:08:11
It seems that mesa, for some reason, allocates a lot more RAM in qemuarm64 (150 Mb more or so), than it does in qemux86_64. I'll investigate. Alex On Wed, 16 Jun 2021 at 12:06, Alexander Kanavin via lists.openembedded.org [off-list ref] wrote:
I'd like to take a deeper look at this, please hold. Alex On Tue, 15 Jun 2021 at 10:12, Alexander Kanavin via lists.openembedded.org [off-list ref] wrote:quoted
weston tests start additional compositors, other tests are also heavy on RAM, weston itself takes 256M with opengl enabled, so 512M causes OOM errors on arm64. Signed-off-by: Alexander Kanavin <redacted> --- meta/recipes-graphics/images/core-image-weston.bb | 1 + 1 file changed, 1 insertion(+)diff --git a/meta/recipes-graphics/images/core-image-weston.bbb/meta/recipes-graphics/images/core-image-weston.bb index 62305cc1ce..e332e19368 100644--- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb@@ -10,3 +10,4 @@ CORE_IMAGE_BASE_INSTALL += "gtk+3-demo" CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES','x11', 'weston-xwayland matchbox-terminal', '', d)}" QB_MEM = "-m 512" +QB_MEM_qemuarm64 = "-m 1024" -- 2.31.1