From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-vs1-f42.google.com (mail-vs1-f42.google.com [209.85.217.42]) by mx.groups.io with SMTP id smtpd.web08.5417.1623837937287618180 for ; Wed, 16 Jun 2021 03:05:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=unzHNVJv; spf=pass (domain: gmail.com, ip: 209.85.217.42, mailfrom: alex.kanavin@gmail.com) Received: by mail-vs1-f42.google.com with SMTP id x13so699539vsf.11 for ; Wed, 16 Jun 2021 03:05:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=dO8KDq/BXTm/K5DhqgkFTt6wve4H+GsCq6pKp31viHc=; b=unzHNVJvITfLlA3ZBVBqr1QH5avsVuki9mj4iGpMFAIJReW8cMM0rdWiUJGKvDC7MK O6olPFQu5bCfj+5YSVb0x6NQmWg/+TIJ3D1y8dgXNfnhNzphlZ048l+NbXe174MekH5Z xi1Fhj2LaYkBzNiEH5GiiUabcaIGk5NDPXGeO1sRbaDZHfiKPWZItHySciyjgBc8LDxq qjiLH8f06REVp2FRBKt8kzQEKQn4sCoT4dk8XdPxhH9ZQSIN1ZCgGANcLy1liZQB0sN5 ijyGGqOLiw6510EdQgL/xqwOeRQVKvUDkvRLp2xWPqJJBHQsYCz02MK9zVoWpmyUr59l jeMA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=dO8KDq/BXTm/K5DhqgkFTt6wve4H+GsCq6pKp31viHc=; b=Ut13rGgA2oaRTQDNiB6tr4AQQio/pMArJwJ+2v6vfz2AhpZMqBzn3BVLJ8NzqDL5Iu yIaGVZ+5eGEoXsCZ0s50CqSvvwtvR9QPdY2a948fXcJwf0Rv8j0x1EV2lUQH+qu8y8Nc wLVYi4DPbRv6zlUPHB7Wupkd6pc3fZ/HKEj837C8a845tQyMen8d3WbUhRr0fO/To8X6 Yby6cpXKl6JkCmahPC6/TIxOOwbBgC3UTzvnJoVDz2JWkoq+wX5csjmVIUuFIivICYaD tQKXI5EZ8M9wCR1NRWFqNes2n1Gd2ebxrkHQYA3ogt+eb4IMDPKrC1MDaH0zkoEKdAqF 7ryQ== X-Gm-Message-State: AOAM5329LgrzNpId1qE+B+7NCqlvp3MpJDvpvMPDyONJZTL+0+bMLF1U z4097gDdsbrEpqqkwcVlqPwiIcuXGVfxqOP5/mMzsyERzyg= X-Google-Smtp-Source: ABdhPJxig+clB1dBoxBhhQqlsyxRF6m2d25Pi+GQqtOH7nyv1GrzZ5q9FVETMA1SCx+7go3YUWBCYC0ICnRPgKChlSY= X-Received: by 2002:a67:f4cb:: with SMTP id s11mr9465360vsn.20.1623837936385; Wed, 16 Jun 2021 03:05:36 -0700 (PDT) MIME-Version: 1.0 References: <1688B34361FD8BD3.6379@lists.openembedded.org> In-Reply-To: <1688B34361FD8BD3.6379@lists.openembedded.org> From: "Alexander Kanavin" Date: Wed, 16 Jun 2021 12:05:24 +0200 Message-ID: Subject: Re: [OE-core] [PATCH 01/31] core-image-weston: bump QB_MEM to 1G in qemuarm64 To: OE-core Content-Type: multipart/alternative; boundary="0000000000005f03a605c4df3b98" --0000000000005f03a605c4df3b98 Content-Type: text/plain; charset="UTF-8" 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 wrote: > 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 > --- > meta/recipes-graphics/images/core-image-weston.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-graphics/images/core-image-weston.bb > b/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 > > > > > --0000000000005f03a605c4df3b98 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I'd like to take a deeper look at this, please ho= ld.

Alex

On Tue, 15 Jun 2021 at 10:12, Al= exander Kanavin via lists.openemb= edded.org <alex.kanavin=3Dgmail.com@lists.openembedded.org> wrote:
weston tests start additional com= positors, 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 <alex.kanavin@gmail.com>
---
=C2=A0meta/recipes-graphics/images/core-image-weston.bb | 1 +
=C2=A01 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/met= a/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 +=3D "gtk+3-demo"
=C2=A0CORE_IMAGE_BASE_INSTALL +=3D "${@bb.utils.contains('DISTRO_= FEATURES', 'x11', 'weston-xwayland matchbox-terminal', = '', d)}"

=C2=A0QB_MEM =3D "-m 512"
+QB_MEM_qemuarm64 =3D "-m 1024"
--
2.31.1




--0000000000005f03a605c4df3b98--