Change apt's default compression method to gzip - #2729
Conversation
APT uses lz4 as its default compression method, but Some ARM board has performance problem on it. This setting make apt prefer gzip over lz4. cf. https://forum.armbian.com/topic/14064-my-apt-search-has-become-super-slow-recently/page/2/
|
@igorpecovnik I suggest to make an option in armbian-config to select lz4 or gz. Making gz default everywhere is a bad idea. In my case I made a backup script with preferred lz4 and failover to gz. @lurdan about this issue (5a14a43) |
|
@token0 Anyway, I don't care reverting this or overwriting with better fix. |
APT uses lz4 as its default compression method, but Some ARM board has performance problem on it. This setting make apt prefer gzip over lz4. cf. https://forum.armbian.com/topic/14064-my-apt-search-has-become-super-slow-recently/page/2/
APT uses lz4 as its default compression method, but Some ARM board has performance problem on it. This setting make apt prefer gzip over lz4. cf. https://forum.armbian.com/topic/14064-my-apt-search-has-become-super-slow-recently/page/2/
Description
APT uses lz4 as its default compression method, but Some ARM board has performance problem on it.
This setting make apt prefer gzip over lz4.
cf. https://forum.armbian.com/topic/14064-my-apt-search-has-become-super-slow-recently/page/2/
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Checklist: