From 8892eab9cec970625f3c17806fb977751a73300e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:53:19 +0200 Subject: [PATCH 1/4] Update zstd.md --- pages/common/zstd.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/zstd.md b/pages/common/zstd.md index 4052605c63d4d1..e4cb0900438ff8 100644 --- a/pages/common/zstd.md +++ b/pages/common/zstd.md @@ -26,3 +26,7 @@ - Unlock higher compression levels (up to 22) using more memory (both for compression and decompression): `zstd --ultra -{{level}} {{path/to/file}}` + +- Set the number of working threads to the number of physical CPU cores + +`zstd {{[-T|--threads]}} 0` From a02b82becd628109ead20f4b16f602f25f4e8cb4 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:54:00 +0200 Subject: [PATCH 2/4] Update zstdmt.md --- pages/common/zstdmt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/zstdmt.md b/pages/common/zstdmt.md index 817f33d1ec9c33..4d6f39ecd3eb8c 100644 --- a/pages/common/zstdmt.md +++ b/pages/common/zstdmt.md @@ -1,6 +1,6 @@ # zstdmt -> This command is an alias of `zstd --threads 0` (which sets the number of working threads to the number of physical CPU cores). +> This command is an alias of `zstd --threads 0`. - View documentation for the original command: From de1584877d79fe2af129cd3e8bc08899b7977882 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:55:51 +0200 Subject: [PATCH 3/4] Update zstdcat.md --- pages/common/zstdcat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/zstdcat.md b/pages/common/zstdcat.md index 3a9d3d58400a65..b5cbc5b55a3689 100644 --- a/pages/common/zstdcat.md +++ b/pages/common/zstdcat.md @@ -1,6 +1,6 @@ # zstdcat -> This command is an alias of `zstd --decompress --stdout`. +> This command is an alias of `zstd --decompress --stdout --force`. - View documentation for the original command: From bcd2aae85f21d48de194ee3cb4d85a5322b5bab4 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 10 Dec 2025 20:57:11 +0200 Subject: [PATCH 4/4] Update zstd.md --- pages/common/zstd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/zstd.md b/pages/common/zstd.md index e4cb0900438ff8..77785bef518972 100644 --- a/pages/common/zstd.md +++ b/pages/common/zstd.md @@ -27,6 +27,6 @@ `zstd --ultra -{{level}} {{path/to/file}}` -- Set the number of working threads to the number of physical CPU cores +- Set the number of working threads to the number of physical CPU cores: `zstd {{[-T|--threads]}} 0`