0x4000c470

Decimal: 1073792112 · Signed: 1073792112

As HRESULT:As NTSTATUS:

Associated Modules

ModuleFound inDescription
refsutil.exe11---- Volume Compression Management ---- Usage: refsutil compression <[/q]>|<[/c] [/f ] [/e ] [/cs ]> /q Query volume compression parameters. /c Compress the volume with the provided compression parameters. /f Compression format to compress with. Valid values: - LZ4, - ZSTD, - NONE. Use NONE to decompress a compressed volume. When this option is provided, the engine and compression chunk size must be omitted. /e Compression level to compress with, dependent on the compression format selected. Omit this parameter or use 0 to pick the default level for any given compression format. The defaults are subject to change. Valid values: - LZ4: 1, 3-12. Default: 1. Values in the range 3-12 utilize the LZ4 HC algorithm, which achieves greater compression ratios at the cost of greatly reduced compression speed. Decompression speed is independent of the selected compression level. - ZSTD: 1-22. Default: 3. Larger values provide higher compression ratios at the cost of reduced compression speeds. Values greater/equal to 20 require higher memory consumption. Decompression speed is independent of the selected compression level. /cs Compression chunk size to compress with, in bytes. Must be a power of two larger or equal to the volumes cluster size, and no greater than 64mb. Larger values yield larger compression ratios at the cost of read performance penalties for reading amounts of data smaller than the chunk size. Diminishing returns are drastic after 1mb, and as such are not recommended. Omitting this parameter or using 0 will pick the volumes cluster size. Eg: refsutil compression /q R: Eg: refsutil compression /c /f LZ4 /e 12 /cs 524288 R: Eg: refsutil compression /c /f ZSTD /e 15 /cs 131072 R: Eg: refsutil compression /c /f ZSTD R: Eg: refsutil compression /c /f NONE R:
1 entry

Associated Headers

HeaderSymbolicDescription
0 entries