]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
core-image-sato-sdk: Increase memory after stap test failures
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Nov 2025 07:57:42 +0000 (07:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Nov 2025 07:58:43 +0000 (07:58 +0000)
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

index b5315a19a008473e4d259c1c3480654f63e91739..a65c20e4a603891f7ac5ae9b863b8ac7c61a9808 100644 (file)
@@ -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"