[doc] Adding -M# decompression operation modifier documentation (#1938)

* Adding -M# operation modifier documentation

* Adding long name, typo and update desc
This commit is contained in:
Bimba Shrestha 2020-01-03 16:36:47 -08:00 committed by Yann Collet
parent 68160372be
commit ef1684f29a

View File

@ -122,6 +122,11 @@ the last one takes effect.
Note: If `windowLog` is set to larger than 27, `--long=windowLog` or Note: If `windowLog` is set to larger than 27, `--long=windowLog` or
`--memory=windowSize` needs to be passed to the decompressor. `--memory=windowSize` needs to be passed to the decompressor.
* `-M#`, `--memory=#`:
Set a memory usage limit for decompression. By default, Zstandard uses 128 MB
as the maximum amount of memory the decompressor is allowed to use, but you can
override this manually if need be in either direction (ie. you can increase or
decrease it).
* `-T#`, `--threads=#`: * `-T#`, `--threads=#`:
Compress using `#` working threads (default: 1). Compress using `#` working threads (default: 1).
If `#` is 0, attempt to detect and use the number of physical CPU cores. If `#` is 0, attempt to detect and use the number of physical CPU cores.