Changeset 7c92d6d for chapter04


Ignore:
Timestamp:
02/12/2023 07:43:45 PM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
4990283
Parents:
c6550e1
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/aboutsbus.xml

    rc6550e1 r7c92d6d  
    1414  it takes to compile and install each package. Because Linux From
    1515  Scratch can be built on many different systems, it is impossible to
    16   provide absolute time estimates. The biggest package (Glibc) will
    17   take approximately 20 minutes on the fastest systems, but could take
    18   up to three days on slower systems! Instead of providing actual times,
     16  provide absolute time estimates. The biggest package (gcc) will
     17  take approximately 5 minutes on the fastest systems, but could take
     18  days on slower systems! Instead of providing actual times,
    1919  the Standard Build Unit (SBU) measure will be
    2020  used instead.</para>
    2121
    22   <para>The SBU measure works as follows. The first package to be compiled
    23   is binutils in <xref linkend="chapter-cross-tools"/>. The
    24   time it takes to compile this package is what we will refer to as the
    25   Standard Build Unit or SBU. All other compile times will be expressed in
    26   terms of this unit of time.</para>
     22  <para>The SBU measure works as follows. The first package to be compiled is
     23  binutils in <xref linkend="chapter-cross-tools"/>. The time it takes to
     24  compile using one corethis package is what we will refer to as the Standard
     25  Build Unit or SBU. All other compile times will be expressed in terms of this
     26  unit of time.</para>
    2727
    2828  <para>For example, consider a package whose compilation time is 4.5
     
    5656    interleaved.  If you run into a problem with a build step, revert to a
    5757    single processor build to properly analyze the error messages.</para>
     58
     59    <para>The times presented here are based upon using four cores (-j4). The
     60    times in Chapter 8 also include the time to run the regression tests for
     61    the package unless specified otherwise.</para>
     62
    5863  </note>
    5964
Note: See TracChangeset for help on using the changeset viewer.