Razor, what would you recommended settings be for a PC equipped with 16 GBs of RAM and four cores/four threads processor when using pZlibV3?
I am getting CRC error during decompression while compressing Witcher 3, BTW.
My current settings:
Code:
[External compressor:pzlib64]
header = 0
packcmd = pzlib64 e -m2 -x -r9 -t4 $$arcdatafile$$.tmp -o $$arcpackedfile$$.tmp
unpackcmd = pzlib64 d -t8 - -o - <stdin> <stdout>