diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-03-31 08:29:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-31 13:42:55 -0700 |
| commit | e11b291d507c5ac04f28f881599e71b03bdfec07 (patch) | |
| tree | e63e5112f493a0e5e025edb87845633c5d4f62a9 /meta-python | |
| parent | 41d5dfbf91c907324bcc9d27c9607f3089e39854 (diff) | |
| download | meta-openembedded-e11b291d507c5ac04f28f881599e71b03bdfec07.tar.gz | |
meta-python-image-ptest: Use 2G RAM for some demanding tests
scrypt/fastjsonschema/pillow run into OOM on some qemu
architectures e.g. RISCV64. Raise the memory to be atleast 2G
for running these ptest images
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest.bb b/meta-python/recipes-core/images/meta-python-image-ptest.bb index 9c542855a2..002bd7a39e 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb | |||
| @@ -27,6 +27,10 @@ IMAGE_ROOTFS_EXTRA_SPACE = "324288" | |||
| 27 | QB_MEM = "-m 1024" | 27 | QB_MEM = "-m 1024" |
| 28 | # If a particular ptest needs more memory, it can be customized: | 28 | # If a particular ptest needs more memory, it can be customized: |
| 29 | #QB_MEM:virtclass-mcextend-<pn> = "-m 4096" | 29 | #QB_MEM:virtclass-mcextend-<pn> = "-m 4096" |
| 30 | # python3-scrypt ptests run into OOMs on RISCV64 qemu | ||
| 31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" | ||
| 32 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 2048" | ||
| 33 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" | ||
| 30 | 34 | ||
| 31 | TEST_SUITES = "ping ssh parselogs ptest" | 35 | TEST_SUITES = "ping ssh parselogs ptest" |
| 32 | 36 | ||
