diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-03-17 09:59:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-03 14:48:47 +0100 |
commit | 88b440af718f45581ea257a7a382fcfde8a9462b (patch) | |
tree | 87ed4aa69aee03112dc388b6f61654f371b85345 /documentation/ref-manual | |
parent | 71b964b0dca60093e643db67c0cf26a75a6c1fcc (diff) | |
download | poky-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.rst | 8 |
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. | |||
42 | If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" | 42 | If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" |
43 | section of the Development Tasks Manual. | 43 | section of the Development Tasks Manual. |
44 | 44 | ||
45 | Minimum System RAM | ||
46 | ================== | ||
47 | |||
48 | You 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 | ||
50 | system with 4 CPU cores, but your builds will be much faster on a system with | ||
51 | as much RAM and as many CPU cores as possible. | ||
52 | |||
45 | Supported Linux Distributions | 53 | Supported Linux Distributions |
46 | ============================= | 54 | ============================= |
47 | 55 | ||