mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
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: 5009d3898a1649074d1fc252ed33ecbf3235ed75) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
64778b45ca
commit
7b6b03a1eb
@@ -40,6 +40,16 @@ to run multiple builds and to cache build artifacts, improving build efficiency.
|
||||
If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`"
|
||||
section of the Development Tasks Manual.
|
||||
|
||||
.. _system-requirements-minimum-ram:
|
||||
|
||||
Minimum System RAM
|
||||
==================
|
||||
|
||||
You will manage to build an image such as ``core-image-sato`` for the
|
||||
``qemux86-64`` machine with as little as &MIN_RAM; Gbytes of RAM on an old
|
||||
system with 4 CPU cores, but your builds will be much faster on a system with
|
||||
as much RAM and as many CPU cores as possible.
|
||||
|
||||
.. _detailed-supported-distros:
|
||||
|
||||
Supported Linux Distributions
|
||||
|
||||
Reference in New Issue
Block a user