using the NZ 32-bit version, with these settings, you should have:
Code:
packcmd = nz a -r -v -cc -m1g -br256m -bw256m -p2 -t2 -nm $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
unpackcmd = nz x -m1g -p0 -t0 $$arcpackedfile$$.tmp.nz $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp.nz
Compres... in WinDos
Code:
Threads: 2, memory: 1024 MB, IO-buffers: 256+256 MB
Setting up IO write buffer: 256 MB
Compressor #0: nz_cm [438 MB] IO-buffer: 128 MB.
Compressor #1: nz_cm [438 MB] IO-buffer: 128 MB.
Compressed 37 532 555 into 35 463 471 in 23.69s, 1547 KB/s (7.559 bpb)
IO-in: 0.02s, 1234 MB/s. IO-out: 0.00s, 3758 MB/s
Decompress.....in WinDos
Code:
Threads: 4
Compressor #0: nz_cm [436 MB]
Compressor #1: nz_cm [436 MB]
Decompressed 37 532 555 bytes in 23.66s, 1549 KB/s.
IO-in: 0.00s, 1877 MB/s. IO-out: 0.05s, 617 MB/s
-m1g = 1024
-m2g = 2048
-m3g = 3072
ETCCCC
-br256m (read Bufferrrr)
-bw256m (write Bufferr)
Change..in 64...128...256...512...etc,.....
..........