kernel: update size range estimates for 5.13.4.

For the minimum I have used allnoconfig, rounded down to allow for
future removal of redundant items (this is unlikely to produce a
bootable kernel), with its SBU rounded down for people with fast
machiens who build on NVMe or in RAM.

For maximum and typical, space is rounded.
This commit is contained in:
Ken Moffat 2021-07-21 13:34:45 +01:00
parent 2a277fbaf8
commit d13e8eff81

View File

@ -432,11 +432,11 @@
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
<!ENTITY linux-md5 "50aa48ae38a736b3f313a777574af3d3">
<!ENTITY linux-home "https://www.kernel.org/">
<!-- measured for 5.8.3 / gcc-10.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,
max is allmodconfig which requires openssl -->
<!ENTITY linux-knl-du "1200 - 6750 MB (typically about 1500 MB)">
<!ENTITY linux-knl-sbu "5.0 - 125.0 SBU (typically about 9 SBU)">
<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
allnoconfig rounded down to allow for ongoing cleanups,
max is allmodconfig -->
<!ENTITY linux-knl-du "1200 - 8800 MB (typically about 1700 MB)">
<!ENTITY linux-knl-sbu "1.5 - 130.0 SBU (typically about 12 SBU)">
<!ENTITY linux-headers-tmp-du "1.1 GB">
<!ENTITY linux-headers-tmp-sbu "0.1 SBU">