Changeset ad15abd


Ignore:
Timestamp:
06/13/2020 08:37:05 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
77d2cd8d
Parents:
94ec149
Message:
  • Fix SBUs in libpipeline
  • Update the disk usage gain in "Stripping Again"
  • mention SSD gain in e2fsprogs tests

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter08/e2fsprogs.xml

    r94ec149 rad15abd  
    109109
    110110<screen><userinput remap="test">make check</userinput></screen>
    111 
     111<!-- This is a ridiculous amount now! And is it still true?
    112112    <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory.
    113113    If you do not have significantly more RAM than this, be sure to enable
     
    116116    linkend="ch-partitioning-mounting"/>
    117117    for details on creating and enabling swap space.</para>
    118 
     118-->
     119    <para>On a spinning disk, the tests take a little more than 4 SBUs. They
     120    can be much shorter on an SSD (down to about 1.5 SBUs).</para>
    119121    <para>Install the package:</para>
    120122
  • chapter08/strippingagain.xml

    r94ec149 rad15abd  
    1414  programmer and does not plan to do
    1515  any debugging on the system software, the system size can be decreased
    16   by about 90 MB by removing the debugging symbols from binaries and
     16  by about 2 GB by removing the debugging symbols from binaries and
    1717  libraries. This causes no inconvenience other than not being able to
    1818  debug the software fully anymore.</para>
  • packages.ent

    r94ec149 rad15abd  
    161161<!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/">
    162162<!ENTITY e2fsprogs-fin-du "106 MB">
    163 <!ENTITY e2fsprogs-fin-sbu "4.4 SBU">
     163<!ENTITY e2fsprogs-fin-sbu "4.4 SBU on a spinning disk, 1.7 SBU on an SSD">
    164164
    165165<!ENTITY elfutils-version "0.179">
     
    427427<!ENTITY libpipeline-home "http://libpipeline.nongnu.org/">
    428428<!ENTITY libpipeline-fin-du "10 MB">
    429 <!ENTITY libpipeline-fin-sbu "1.9 SBU">
     429<!ENTITY libpipeline-fin-sbu "0.2 SBU">
    430430
    431431<!ENTITY libtool-version "2.4.6">
Note: See TracChangeset for help on using the changeset viewer.