diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-02-12 13:43:45 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-02-12 13:43:45 -0600 |
commit | 7c92d6dd822f0954be5ad423006759dcb1488b79 (patch) | |
tree | 1228bcecd56bc6f4d37971acb4f5a80ff3d7f03e /chapter08 | |
parent | c6550e11c86cf253a48910ede162a962a7d6b08d (diff) |
Update build times an sizes.
This update changes the default number of cores used to build
packages to 4. A section is also added to host requirements
to recommend a minumum number of cores and memory size.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/introduction.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/introduction.xml b/chapter08/introduction.xml index f80ccc0c1..93d4bd68d 100644 --- a/chapter08/introduction.xml +++ b/chapter08/introduction.xml @@ -52,8 +52,8 @@ <note><para>The SBU values and required disk space include test suite data for all applicable packages in <xref linkend="chapter-building-system"/>. SBU - values have been calculated using a single CPU core (-j1) for all - operations.</para></note> + values have been calculated using four CPU cores (-j4) for all + operations unless specified otherwise.</para></note> <sect2> <title>About Libraries</title> |