From bd953c0c5660e3bb93b41d0bb5ed5be444a8a043 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 29 Nov 2022 11:32:57 -0600 Subject: [PATCH] Update comment regarding debuginfo size --- webkitgtk.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/webkitgtk.spec b/webkitgtk.spec index 0bc5ad7..c065f52 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -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