Skip to content
Commit db4632c6 authored by Tor Vic's avatar Tor Vic Committed by Masahiro Yamada
Browse files

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: default avatarTor Vic <torvic9@mailbox.org>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent fa1e160b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment