summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
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/ref-manual
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/ref-manual')
-rw-r--r--documentation/ref-manual/system-requirements.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index bf50fc510a..4fe0cb841b 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -42,6 +42,14 @@ to run multiple builds and to cache build artifacts, improving build efficiency.
42If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" 42If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`"
43section of the Development Tasks Manual. 43section of the Development Tasks Manual.
44 44
45Minimum System RAM
46==================
47
48You will manage to build an image such as ``core-image-sato`` for the
49``qemux86-64`` machine with as little as &MIN_RAM; Gbytes of RAM on an old
50system with 4 CPU cores, but your builds will be much faster on a system with
51as much RAM and as many CPU cores as possible.
52
45Supported Linux Distributions 53Supported Linux Distributions
46============================= 54=============================
47 55