diff options
| author | Anuj Mittal <anuj.mittal@intel.com> | 2023-07-27 00:22:07 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-08-26 04:24:02 -1000 |
| commit | ca0b276bfc474961d5d9dd5c45746f65fee425f1 (patch) | |
| tree | fd8fc99f8a3b772f39a9660c873207e061332693 /meta/lib | |
| parent | f88bc5a1e84ec66a6f6968f7140379d143e33cc9 (diff) | |
| download | poky-ca0b276bfc474961d5d9dd5c45746f65fee425f1.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: 060030ac9d00bf22ae3a2695d7ea060f0f69dfa8)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 4d22dba482cb19ffcff5abee73f24526ea9d1c2a)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib')
| -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 783c2d8541..fdda6f3ecf 100644 --- a/meta/lib/oeqa/selftest/cases/glibc.py +++ b/meta/lib/oeqa/selftest/cases/glibc.py | |||
| @@ -61,7 +61,7 @@ class GlibcSelfTestBase(OESelftestTestCase, OEPTestResultTestCase): | |||
| 61 | bitbake("core-image-minimal") | 61 | bitbake("core-image-minimal") |
| 62 | 62 | ||
| 63 | # start runqemu | 63 | # start runqemu |
| 64 | qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic")) | 64 | qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic", qemuparams = "-m 1024")) |
| 65 | 65 | ||
| 66 | # validate that SSH is working | 66 | # validate that SSH is working |
| 67 | status, _ = qemu.run("uname") | 67 | status, _ = qemu.run("uname") |
