Update Linux kernel SBU and DU

The old values were measured with -j1, it's out of sync with our
conventions now.
This commit is contained in:
Xi Ruoyao 2023-09-18 20:39:03 +08:00
parent 490a50a520
commit 67ad464981
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -440,11 +440,14 @@
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
<!ENTITY linux-md5 "c54b2cd13ba845e2f5a667ce712e92b9"> <!ENTITY linux-md5 "c54b2cd13ba845e2f5a667ce712e92b9">
<!ENTITY linux-home "https://www.kernel.org/"> <!ENTITY linux-home "https://www.kernel.org/">
<!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is <!-- measured for 6.5.3 / gcc-13.2.0 on x86_64 with -j4 : minimum is
allnoconfig rounded down to allow for ongoing cleanups, allnoconfig + some configs we recommend for the users, rounded down to
max is allmodconfig --> allow ongoing cleanups; max is allmodconfig but IKHEADERS unset; typical
<!ENTITY linux-knl-du "1200 - 8800 MB (typically about 1700 MB)"> is the "daily use" config for the workstation measuring the min/max values.
<!ENTITY linux-knl-sbu "1.5 - 130.0 SBU (typically about 12 SBU)"> The disk usage is the sum of the size of linux-6.5.3 directory and the
installed kernel image & modules. -->
<!ENTITY linux-knl-du "1800 - 10600 MB (typically about 1950 MB)">
<!ENTITY linux-knl-sbu "0.6 - 20.4 SBU (typically about 1.4 SBU)">
<!ENTITY linux-headers-tmp-du "1.5 GB"> <!ENTITY linux-headers-tmp-du "1.5 GB">
<!ENTITY linux-headers-tmp-sbu "less than 0.1 SBU"> <!ENTITY linux-headers-tmp-sbu "less than 0.1 SBU">