diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-18 20:39:03 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-18 20:39:03 +0800 |
commit | 67ad4649818c0e3a16c58ca5acb10498186af6a7 (patch) | |
tree | a4234f81c068fa820e9901e12d9fe25021464172 | |
parent | 490a50a520a02768aee11f027de0c6c7837adbbc (diff) |
Update Linux kernel SBU and DU
The old values were measured with -j1, it's out of sync with our
conventions now.
-rw-r--r-- | packages.ent | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/packages.ent b/packages.ent index efa473441..45c98e08e 100644 --- a/packages.ent +++ b/packages.ent @@ -440,11 +440,14 @@ <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> <!ENTITY linux-md5 "c54b2cd13ba845e2f5a667ce712e92b9"> <!ENTITY linux-home "https://www.kernel.org/"> -<!-- 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)"> +<!-- measured for 6.5.3 / gcc-13.2.0 on x86_64 with -j4 : minimum is + allnoconfig + some configs we recommend for the users, rounded down to + allow ongoing cleanups; max is allmodconfig but IKHEADERS unset; typical + is the "daily use" config for the workstation measuring the min/max values. + 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-sbu "less than 0.1 SBU"> |