| Message ID | 20251126075833.519070-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | 6b022b441c0cc12075f651182d2a352b9bf99606 |
| Headers | show |
| Series | core-image-sato-sdk: Increase memory after stap test failures | expand |
diff --git a/meta/recipes-sato/images/core-image-sato-sdk.bb b/meta/recipes-sato/images/core-image-sato-sdk.bb index b5315a19a00..a65c20e4a60 100644 --- a/meta/recipes-sato/images/core-image-sato-sdk.bb +++ b/meta/recipes-sato/images/core-image-sato-sdk.bb @@ -12,4 +12,5 @@ IMAGE_INSTALL += "kernel-devsrc" # Compiling stuff, specifically SystemTap probes, can require lots of memory # See https://bugzilla.yoctoproject.org/show_bug.cgi?id=14673 -QB_MEM = "-m 768" +# qemuarm64 was OOM with 768 +QB_MEM = "-m 1024"
We're seeing intermittent stap failures which are showing OOM errors. Increase the sato-sdk image memory sizes to help with this. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-sato/images/core-image-sato-sdk.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)