View Single Post
  #50  
Old 10-08-2015, 06:57
Stor31 Stor31 is offline
Registered User
 
Join Date: Aug 2013
Location: Wahranne
Posts: 323
Thanks: 1,025
Thanked 86 Times in 68 Posts
Stor31 is on a distinguished road
Exclamation

Quote:
Originally Posted by gozarck View Post
Fazip0.3 x64 replace the old lzma-x64 version its his evolution. you can set more dict size. "each 1 GB of dictionary requires 10 GB"

edited

i was forgot this parameter in the code -dm0

Code:
bin\arc.exe a -s12g --cache1024  -maxs -dm0 -di+$ -ep1 -r -ed -i0 -lc1024 -ld1024 -mt2 -w./ dat_01.bin -msrep+exe+delta+lzma:1024m:mfbt4:250m:mc1000
in lzma parameter:
1024m =is the buffer compression
mfbt4=is match finder(make the compression faster an better ratio)
250m=dictionary (250*10=2500 RAM)
after testing 3.61 GB = 2.28 GB pretty
but an error for Decompressed
Reply With Quote
The Following User Says Thank You to Stor31 For This Useful Post:
gozarck (10-08-2015)