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 /chapter04/aboutsbus.xml | |
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 'chapter04/aboutsbus.xml')
-rw-r--r-- | chapter04/aboutsbus.xml | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/chapter04/aboutsbus.xml b/chapter04/aboutsbus.xml index 82934d851..9561b061f 100644 --- a/chapter04/aboutsbus.xml +++ b/chapter04/aboutsbus.xml @@ -13,17 +13,17 @@ <para>Many people would like to know beforehand approximately how long it takes to compile and install each package. Because Linux From Scratch can be built on many different systems, it is impossible to - provide absolute time estimates. The biggest package (Glibc) will - take approximately 20 minutes on the fastest systems, but could take - up to three days on slower systems! Instead of providing actual times, + provide absolute time estimates. The biggest package (gcc) will + take approximately 5 minutes on the fastest systems, but could take + days on slower systems! Instead of providing actual times, the Standard Build Unit (SBU) measure will be used instead.</para> - <para>The SBU measure works as follows. The first package to be compiled - is binutils in <xref linkend="chapter-cross-tools"/>. The - time it takes to compile this package is what we will refer to as the - Standard Build Unit or SBU. All other compile times will be expressed in - terms of this unit of time.</para> + <para>The SBU measure works as follows. The first package to be compiled is + binutils in <xref linkend="chapter-cross-tools"/>. The time it takes to + compile using one corethis package is what we will refer to as the Standard + Build Unit or SBU. All other compile times will be expressed in terms of this + unit of time.</para> <para>For example, consider a package whose compilation time is 4.5 SBUs. This means that if your system took 10 minutes to compile and @@ -55,6 +55,11 @@ be more difficult because the lines from different processes will be interleaved. If you run into a problem with a build step, revert to a single processor build to properly analyze the error messages.</para> + + <para>The times presented here are based upon using four cores (-j4). The + times in Chapter 8 also include the time to run the regression tests for + the package unless specified otherwise.</para> + </note> </sect1> |