diff options
Diffstat (limited to 'meta-python/recipes-core/images/meta-python-image-ptest.bb')
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest.bb | 3 |
1 files changed, 2 insertions, 1 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 002bd7a39e..794b9d1e4d 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb | |||
@@ -29,7 +29,8 @@ QB_MEM = "-m 1024" | |||
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 | 30 | # python3-scrypt ptests run into OOMs on RISCV64 qemu |
31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" | 31 | QB_MEM:virtclass-mcextend-python3-scrypt = "-m 2048" |
32 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 2048" | 32 | # Needs atleast 5G to avoid OOMs |
33 | QB_MEM:virtclass-mcextend-python3-fastjsonschema = "-m 5120" | ||
33 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" | 34 | QB_MEM:virtclass-mcextend-python3-pillow = "-m 2048" |
34 | 35 | ||
35 | TEST_SUITES = "ping ssh parselogs ptest" | 36 | TEST_SUITES = "ping ssh parselogs ptest" |