Control: tag 846564 pending

Hi!

Bug #846564 in package dpkg reported by you has been fixed in
the dpkg/dpkg.git Git repository. You can see the changelog below, and
you can check the diff of the fix at:

    https://anonscm.debian.org/cgit/dpkg/dpkg.git/diff/?id=6801351

---
commit 680135184b16269ef414897ba7bc64b2f51df4c7
Author: Guillem Jover <guil...@debian.org>
Date:   Sun Dec 4 02:35:27 2016 +0100

    libdpkg: Decrease xz encoder threads to not exceed memory limits
    
    Automatically decrease xz encoder threads to try to not exceed available
    memory limits. This should alleviated the insane requirements of memory
    needed on 32-bit architectures with many cores, which results in more
    than the userspace addressable memory, when using settings such as
    -z9 and/or -Sextreme in dpkg-deb.
    
    Closes: #846564

diff --git a/debian/changelog b/debian/changelog
index ef98459..b10957d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,11 @@ dpkg (1.18.16) UNRELEASED; urgency=medium
     by deb-version(5), but the code was letting those through.
   * Use lzma_cputhreads() instead of sysconf(_SC_NPROCESSORS_ONLN) as the
     former is way more portable.
+  * Automatically decrease xz encoder threads to try to not exceed available
+    memory limits. This should alleviated the insane requirements of memory
+    needed on 32-bit architectures with many cores, which results in more
+    than the userspace addressable memory, when using settings such as
+    -z9 and/or -Sextreme in dpkg-deb. Closes: #846564
   * Perl modules:
     - Whitelist DPKG_GENSYMBOLS_CHECK_LEVEL, DPKG_ROOT, DPKG_ADMINDIR and
       DPKG_DATADIR environment variables in Dpkg::Build::Info.

Reply via email to