View Single Post
  #86  
Old 22-02-2016, 17:19
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 566
Thanks: 116
Thanked 889 Times in 321 Posts
panker1992 is on a distinguished road
Quote:
Originally Posted by felice2011 View Post
The Threshold slider works only with the division of the option activated.
To increase the use of RAM you can try modifying "arc.ini" in the "Resources" folder for the use of external algorithms (LZ77 & XZ)

Code:
[External compressor:lz77]
header = 0
packcmd   = 7z a -txz -an -mcrc=0 -m1=lzma2:dXXXm:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>

[External compressor:xz]
header = 0
packcmd   = 7z a -txz -an -mcrc=0 -m1=lzma2:dXXXm:fb=273:mf=bt4:mc=1000000:lc=4:lp=0 -mmt=4 -mx9 -si -so <stdin> <stdout>
6GB = lz77: 300 / xz : 150

8GB = lz77: 450 / xz : 250

16GB = lz77: 1200 / xz : 600

With these modifications do not assure you the proper functioning..
I have written entire Manual on those Commands and how to fix them and optimize them for a system, you can download this manual here along with many other stuff to get you started on advanced repacking :P

http://fileforums.com/attachment.php...0&d=1456189831
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
SAM2712 (22-02-2016)