]> git.saurik.com Git - apt.git/commit
aptconfiguration: Set default compression level to 6
authorJulian Andres Klode <jak@debian.org>
Mon, 28 Dec 2015 20:50:13 +0000 (21:50 +0100)
committerJulian Andres Klode <jak@debian.org>
Mon, 28 Dec 2015 20:50:13 +0000 (21:50 +0100)
commit1a3296c0bd67c46c6ff791345b6101edcb97e778
treedece62aa0c7f83bb7ad71eee67c31b95a138ad4a
parentff2717e8c6a7633bbd38be95b2d30615802b6679
aptconfiguration: Set default compression level to 6

Since commit 7a68effcb904b4424b54a30e448b6f2560cd1078, the xz
and lzma compressors read the level of compression they shall
use.

A default of -9 is too much for them, this will use 674 MB,
according to the xz manual page. Level -6 on the other hand
only needs 94 MB memory for compression.

This causes autopkgtest failures in the test-compressed-indexes
test, as not enough memory exists to proceed.

Change the other compression levels to 6 as well: The gzip
and bzip2 FileFd backends do not read them, and use their
code's default level which is 6, so do the same for external
methods.
apt-pkg/aptconfiguration.cc