Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] core-image-sato-sdk: test image with 512M memory
@ 2019-07-26  9:23 kai.kang
  2019-07-26 10:11 ` Alexander Kanavin
  2019-07-26 21:40 ` richard.purdie
  0 siblings, 2 replies; 10+ messages in thread
From: kai.kang @ 2019-07-26  9:23 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

When run do_testimage for core-image-sato-sdk, it fails to pass test
case:

| RESULTS - systemd.SystemdBasicTests.test_systemd_failed: FAILED (0.43s)

It is OOM issue and daemon rpc.statd is killed:

|  [  531.306146] Out of memory: Kill process 193 (rpc.statd) score 200 or sacrifice child

Increase the memory of qemu to 512M to avoid such OOM issue.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta/recipes-sato/images/core-image-sato-sdk.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb
index d7cc52b52b..f7963d018e 100644
--- a/meta/recipes-sato/images/core-image-sato-sdk.bb
+++ b/meta/recipes-sato/images/core-image-sato-sdk.bb
@@ -9,3 +9,4 @@ IMAGE_FEATURES += "dev-pkgs tools-sdk \
 
 IMAGE_INSTALL += "kernel-devsrc"
 
+TEST_QEMUPARAMS = "-m 512"
-- 
2.20.0



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

end of thread, other threads:[~2019-08-19  9:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26  9:23 [PATCH] core-image-sato-sdk: test image with 512M memory kai.kang
2019-07-26 10:11 ` Alexander Kanavin
2019-07-27  1:35   ` Kang Kai
2019-07-27  8:35     ` Alexander Kanavin
2019-07-29  2:11       ` Kang Kai
2019-07-26 21:40 ` richard.purdie
2019-07-27  8:42   ` Kang Kai
2019-08-12  8:57     ` Kang Kai
2019-08-16  6:53       ` Kang Kai
2019-08-19  9:14         ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox