View Single Post
  #174  
Old 23-04-2017, 04:51
romulus_ut3 romulus_ut3 is offline
Registered User
 
Join Date: Dec 2014
Location: Bangladesh
Posts: 71
Thanks: 169
Thanked 13 Times in 12 Posts
romulus_ut3 is on a distinguished road
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>
Reply With Quote