Update comment regarding debuginfo size

This commit is contained in:
Michael Catanzaro 2022-11-29 11:32:57 -06:00
parent 6d5a3e0677
commit bd953c0c56

View File

@ -290,9 +290,10 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0
%build
# Increase the DIE limit so our debuginfo packages can be size-optimized.
# Decreases the size for x86_64 from ~5G to ~1.1G. This requires lots of
# RAM on the builders, so only do this for x86_64 because other architectures
# have underpowered builders that cannot handle a higher limit.
# This previously decreased the size for x86_64 from ~5G to ~1.1G, but as of
# 2022 it's more like 850 MB -> 675 MB. This requires lots of RAM on the
# builders, so only do this for x86_64 to avoid overwhelming non-x86_64
# builders.
# https://bugzilla.redhat.com/show_bug.cgi?id=1456261
%global _dwz_max_die_limit_x86_64 250000000