Skip to content

Commit f485f95

Browse files
committed
Adjust comment for latest selection of headers
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent b5a84ff commit f485f95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/stirling/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ pl_cc_library(
6868
# Used by stirling runtime to install linux headers on hosts having no Linux headers pre-installed.
6969
#
7070
# Note that each linux header tarball is ~15MB compressed and ~230MB uncompressed.
71-
# Trimmed versions are ~8-11MB (9MB avg) compressed and ~45MB uncompressed.
72-
# These are all trimmed versions, so we have 9MB * 35 = ~315 MB of headers.
71+
# Trimmed versions are ~8-11MB (8.6 MB avg) compressed and ~45MB uncompressed.
72+
# These are all trimmed versions, so we have 9MB * 29 = ~250 MB of headers.
7373
stirling_linux_headers_tarballs = select({
7474
"@platforms//cpu:aarch64": ["@linux_headers_merged_arm64_tar_gz//file:file"],
7575
"@platforms//cpu:x86_64": ["@linux_headers_merged_x86_64_tar_gz//file:file"],

0 commit comments

Comments
 (0)