diff options
author | Julian Andres Klode <jak@debian.org> | 2015-12-28 21:50:13 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-12-28 21:50:13 +0100 |
commit | 1a3296c0bd67c46c6ff791345b6101edcb97e778 (patch) | |
tree | dece62aa0c7f83bb7ad71eee67c31b95a138ad4a /debian/apt.install.in | |
parent | ff2717e8c6a7633bbd38be95b2d30615802b6679 (diff) |
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.
Diffstat (limited to 'debian/apt.install.in')
0 files changed, 0 insertions, 0 deletions