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.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/compress-param_max.conf b/compress-param_max.conf
new file mode 100644
index 000000000000..8cab11a55347
--- /dev/null
+++ b/compress-param_max.conf
@@ -0,0 +1,6 @@
+#COMPRESSGZ=(gzip -c -f -n --best)
+#COMPRESSBZ2=(bzip2 -c -f --best)
+#COMPRESSXZ=(xz -T "$(getconf _NPROCESSORS_ONLN)" -c -z --best -)
+#COMPRESSLRZ=(lrzip -9 -q)
+#COMPRESSLZO=(lzop -q --best)
+#COMPRESSZ=(compress -c -f)