X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=README;h=7b7eaf0320c7a0cdf276a12ae4c5e40a2f25014f;hp=2b74214189b1397ace2d304938243935d306c42b;hb=349933ac7e49ee5a807396bfa27e2bf1684f4103;hpb=0ddd8e57f633908c771b606cc606f434c15ac832 diff --git a/README b/README index 2b742141..7b7eaf03 100644 --- a/README +++ b/README @@ -108,14 +108,13 @@ Notes: compression type is not generally recommended due to its limited compatibility with the MS implementations. - [7] '--compress=recovery --packed-streams' or - '--compress=LZMS --packed-streams' for wimlib-imagex; - WIMCreateFile with WIM_COMPRESSION_LZMS and flag 0x20000000 for WIMGAPI. - Compression chunk size in packed resources is 33554432 for wimlib, - 67108864 for WIMGAPI. Note: this compression type is not generally - recommended due to its limited compatibility with the MS implementations. - Also, due to the large chunk size, wimlib uses about 500MB of memory per - thread when compressing in this format. + [7] '--compress=recovery --solid' or '--compress=LZMS --solid' for + wimlib-imagex; WIMCreateFile with WIM_COMPRESSION_LZMS and flag + 0x20000000 for WIMGAPI. Compression chunk size in packed resources is + 33554432 for wimlib, 67108864 for WIMGAPI. Note: this compression type + is not generally recommended due to its limited compatibility with the MS + implementations. Also, due to the large chunk size, wimlib uses about + 500MB of memory per thread when compressing in this format. The above timings were done on Windows 8 (x86) so that side-by-side comparisons with the Microsoft implementation would be possible; however, wimlib may have