]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
reinforce man page warning
authorYann Collet <cyan@fb.com>
Mon, 10 Feb 2025 01:25:35 +0000 (17:25 -0800)
committerYann Collet <cyan@fb.com>
Mon, 10 Feb 2025 01:25:35 +0000 (17:25 -0800)
32-bit is unsuitable for --max

programs/zstd.1.md

index 184db049fe1ecfc9c8a53efdfc894962b52b71cc..f56110100af73dde4c600e9ecedca144b275c659 100644 (file)
@@ -164,6 +164,7 @@ the last one takes effect.
 * `--max`:
     set advanced parameters to maximum compression.
     warning: this setting uses a lot of resources and is very slow.
+    note that the amount of resource required is typically too large for 32-bit.
 * `-D DICT`:
     use `DICT` as Dictionary to compress or decompress FILE(s)
 * `--patch-from FILE`: