Searched hist:db4632c65eb505410f2e6be9c4d50226c973a129 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/ |
H A D | Makefile | db4632c65eb505410f2e6be9c4d50226c973a129 Wed Dec 16 06:58:02 CST 2020 Tor Vic <torvic9@mailbox.org> Makefile: use smaller dictionary size for xz module compression
By default, xz without parameters uses a dictionary size of 8 MB. However, most modules are much smaller than that. The xz manpage states that 'increasing dictionary size usually improves compression ratio, but a dictionary bigger than the uncompressed file is waste of memory'. Use a dictionary size of 2 MB for module compression, resulting in slightly higher compression speed while still maintaining a good compression ratio.
Signed-off-by: Tor Vic <torvic9@mailbox.org> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
|