summarylogtreecommitdiffstats
path: root/compress-param_max.conf
diff options
context:
space:
mode:
authorQue Quotion2022-01-10 00:04:53 +0900
committerQue Quotion2022-01-10 00:04:53 +0900
commit12cfd88b1b08d0648d456050e635303c90421c70 (patch)
tree714b593ee4ce2b69f2406abcc12d3665a7233fc8 /compress-param_max.conf
parentc1342ec0f74e93dbac0cc66ff0f235f34e2869b3 (diff)
downloadaur-12cfd88b1b08d0648d456050e635303c90421c70.tar.gz
Finally implement brikiler's simplifications for xz and zst multithreading
Diffstat (limited to 'compress-param_max.conf')
-rw-r--r--compress-param_max.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/compress-param_max.conf b/compress-param_max.conf
index ea5cbe121586..2eb2d3724e24 100644
--- a/compress-param_max.conf
+++ b/compress-param_max.conf
@@ -1,7 +1,7 @@
#COMPRESSGZ=(gzip -c -f -n --best)
#COMPRESSBZ2=(bzip2 -c -f --best)
-#COMPRESSXZ=(xz -T "$(getconf _NPROCESSORS_ONLN)" -c -z --best -)
-#COMPRESSZST=(zstd -c -z -q --ultra -T0 -22 -)
+#COMPRESSXZ=(xz -T0 -c -z --best -)
+#COMPRESSZST=(zstdmt -c -z -q --ultra -22 -)
#COMPRESSLRZ=(lrzip -9 -q)
#COMPRESSLZO=(lzop -q --best)
#COMPRESSZ=(compress -c -f)