summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml.in
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-03-17 09:59:20 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-03 14:48:47 +0100
commit88b440af718f45581ea257a7a382fcfde8a9462b (patch)
tree87ed4aa69aee03112dc388b6f61654f371b85345 /documentation/poky.yaml.in
parent71b964b0dca60093e643db67c0cf26a75a6c1fcc (diff)
downloadpoky-88b440af718f45581ea257a7a382fcfde8a9462b.tar.gz
manuals: add minimum RAM requirements
Measured by generating a "core-image-sato" image for a "qemux86-64" machine from an Ubuntu 22.04 VM with 4 cores. Less memory was not enough and caused Out of Memory failures. (From yocto-docs rev: a05f87929eed43cef673a8c2581899a8c9ccf462) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml.in')
-rw-r--r--documentation/poky.yaml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/poky.yaml.in b/documentation/poky.yaml.in
index eefdd3f30d..dc0c257e50 100644
--- a/documentation/poky.yaml.in
+++ b/documentation/poky.yaml.in
@@ -45,3 +45,5 @@ MIN_MAKE_VERSION : "4.0"
45MIN_DISK_SPACE : "90" 45MIN_DISK_SPACE : "90"
46# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38 46# Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "rm_work", rounded up from 38
47MIN_DISK_SPACE_RM_WORK : "40" 47MIN_DISK_SPACE_RM_WORK : "40"
48# RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core system
49MIN_RAM : "8"