summarylogtreecommitdiffstats
path: root/compress-param_max.conf
diff options
context:
space:
mode:
Diffstat (limited to 'compress-param_max.conf')
-rw-r--r--compress-param_max.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/compress-param_max.conf b/compress-param_max.conf
index 8cab11a55347..ea5cbe121586 100644
--- a/compress-param_max.conf
+++ b/compress-param_max.conf
@@ -1,6 +1,9 @@
#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 -)
#COMPRESSLRZ=(lrzip -9 -q)
#COMPRESSLZO=(lzop -q --best)
#COMPRESSZ=(compress -c -f)
+#COMPRESSLZ4=(lz4 -q --best)
+#COMPRESSLZ=(lzip -c -f)