diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2023-07-27 00:22:07 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-26 20:51:00 +0100 |
commit | 939e433c4805f0b7bb2818a0ff5cc8827a5b9a16 (patch) | |
tree | ca5e218fbc0ecdce08c01c4d613acff48e12ce1b /meta | |
parent | d6294101a836985ba9149a04c3ad9a29275ada74 (diff) | |
download | poky-939e433c4805f0b7bb2818a0ff5cc8827a5b9a16.tar.gz |
selftest/cases/glibc.py: increase the memory for testing
Some of the tests trigger OOM and fail. Increase the amount of memory
available so we dont run into these issues.
(From OE-Core rev: 4d22dba482cb19ffcff5abee73f24526ea9d1c2a)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/glibc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py index 4ec4b85d67..c300aef913 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py | |||
@@ -65,7 +65,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase): | |||
65 | bitbake("core-image-minimal") | 65 | bitbake("core-image-minimal") |
66 | 66 | ||
67 | # start runqemu | 67 | # start runqemu |
68 | qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic")) | 68 | qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic", qemuparams = "-m 1024")) |
69 | 69 | ||
70 | # validate that SSH is working | 70 | # validate that SSH is working |
71 | status, _ = qemu.run("uname") | 71 | status, _ = qemu.run("uname") |