All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] core-image-sato-sdk-ptest: use 3G of RAM
@ 2021-01-26  5:36 Changqing Li
  2021-01-26  8:20 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Changqing Li @ 2021-01-26  5:36 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #14164]

Some ptest cases, for example, libinput ptest intermittent failure on
arm64, this should caused by OOM Killer.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
index bf749acd79..b3ce859d76 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
@@ -17,7 +17,7 @@ IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
 
 # ptests need more memory than standard to avoid the OOM killer
 # also lttng-tools needs /tmp that has at least 1G
-QB_MEM = "-m 2048"
+QB_MEM = "-m 3072"
 
 # Sadly at the moment the full set of ptests is not robust enough and sporadically fails in random places
 PTEST_EXPECT_FAILURE = "1"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [OE-core] [PATCH] core-image-sato-sdk-ptest: use 3G of RAM
  2021-01-26  5:36 [PATCH] core-image-sato-sdk-ptest: use 3G of RAM Changqing Li
@ 2021-01-26  8:20 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2021-01-26  8:20 UTC (permalink / raw)
  To: Changqing Li, openembedded-core

On Tue, 2021-01-26 at 13:36 +0800, Changqing Li wrote:
> [YOCTO #14164]
> 
> Some ptest cases, for example, libinput ptest intermittent failure on
> arm64, this should caused by OOM Killer.
> 
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  meta/recipes-sato/images/core-image-sato-sdk-ptest.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
> index bf749acd79..b3ce859d76 100644
> --- a/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
> +++ b/meta/recipes-sato/images/core-image-sato-sdk-ptest.bb
> @@ -17,7 +17,7 @@ IMAGE_ROOTFS_EXTRA_SPACE = "1124288"
>  
> 
> 
> 
>  # ptests need more memory than standard to avoid the OOM killer
>  # also lttng-tools needs /tmp that has at least 1G
> -QB_MEM = "-m 2048"
> +QB_MEM = "-m 3072"
> 

What is libinput doing that needs 3GB of memory? Is this because its
loading a whole graphics stack for testing or something? It seems odd
that we need that much memory for input drivers!

Cheers,

Richard



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-26  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26  5:36 [PATCH] core-image-sato-sdk-ptest: use 3G of RAM Changqing Li
2021-01-26  8:20 ` [OE-core] " Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.