[neon/qt/qtcreator/Neon/release] debian: dwz tweak, down to 3000000

Pino Toscano null at kde.org
Mon Jan 16 22:09:47 GMT 2023


Git commit 78b5841b4fa890181f4b33acf15f06a7a48876a7 by Pino Toscano.
Committed on 08/07/2022 at 05:05.
Pushed by carlosdem into branch 'Neon/release'.

dwz tweak, down to 3000000

M  +1    -1    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtcreator/commit/78b5841b4fa890181f4b33acf15f06a7a48876a7

diff --git a/debian/changelog b/debian/changelog
index 5f42dcb..66d8a47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 qtcreator (8.0.0~rc1-2) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
-  * Pass --low-mem-die-limit 5000000 to dwz on some architectures (currently:
+  * Pass --low-mem-die-limit 3000000 to dwz on some architectures (currently:
     armel armhf mipsel), as an attempt to complete the dwz processing without
     running into "out of memory" failures.
 
diff --git a/debian/rules b/debian/rules
index 9077b65..41e27d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ upstream_version_of_pkg = $(shell dpkg-query -f '$${Version}' -W $(1) | sed -e '
 # hence, on architectures where we see this result, try to use a more memory
 # friendly processing for a lower number of DIEs (dwz default is 10M)
 archs_with_dwz_low_mem = armel armhf mipsel
-dwz_low_mem = 5000000
+dwz_low_mem = 3000000
 
 %:
 	dh $@ --builddirectory=builddir



More information about the Neon-commits mailing list