diff options
author | 2020-12-16 13:58:02 +0100 | |
---|---|---|
committer | 2021-02-12 05:11:19 +0900 | |
commit | db4632c65eb505410f2e6be9c4d50226c973a129 (patch) | |
tree | d99439e7c9069ffaf16bdcbe223c01bff8a1bbf5 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ia64: remove generated/nr-irqs.h generation to fix build warning (diff) | |
download | linux-dev-db4632c65eb505410f2e6be9c4d50226c973a129.tar.xz linux-dev-db4632c65eb505410f2e6be9c4d50226c973a129.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions