From 982830b081d53a8fdffeef61def75fd7150a6e12 Mon Sep 17 00:00:00 2001 From: Bimba Shrestha Date: Thu, 14 Nov 2019 10:48:55 -0800 Subject: [PATCH] Fixing hashLog error 2^26=64Mib --- programs/zstd.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/zstd.1.md b/programs/zstd.1.md index e3daa4c87..5ea7fd894 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -402,7 +402,7 @@ The list of available _options_: Bigger hash tables cause less collisions which usually makes compression faster, but requires more memory during compression. - The minimum _hlog_ is 6 (64 B) and the maximum is 26 (128 MiB). + The minimum _hlog_ is 6 (64 B) and the maximum is 26 (64 MiB). - `chainLog`=_clog_, `clog`=_clog_: Specify the maximum number of bits for a hash chain or a binary tree.