diff options
author | 2024-08-04 12:33:07 +0900 | |
---|---|---|
committer | 2024-09-01 20:33:33 +0900 | |
commit | 0c4beffbfe3fcd711b5d9268e7c7d63d4c1cc964 (patch) | |
tree | ad939e1fc649c674b60244bb00ae107fa2751ecf /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Remove *.orig pattern from .gitignore (diff) | |
download | wireguard-linux-0c4beffbfe3fcd711b5d9268e7c7d63d4c1cc964.tar.xz wireguard-linux-0c4beffbfe3fcd711b5d9268e7c7d63d4c1cc964.zip |
kbuild: modinst: remove the multithread option from zstd compression
Parallel execution is supported by GNU Make:
$ make -j<N> modules_install
It is questionable to enable multithreading within each zstd process
by default.
If you still want to do it, you can use the environment variable:
$ ZSTD_NBTHREADS=<N> make modules_install
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
Tested-by: Sedat Dilek <sedat.dilek@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions