View Single Post
  #14  
Old 27-04-2021, 11:06
kj911 kj911 is offline
Registered User
 
Join Date: Apr 2010
Location: world
Posts: 231
Thanks: 158
Thanked 88 Times in 62 Posts
kj911 is on a distinguished road
Quote:
Originally Posted by KaktoR View Post
You need CLS-LOLZ.dll + cls-lolz_x64.exe + CLS.ini with above content.

You don't need lolz in arc.ini for unpacking.
My code working from XP SP3 use Tiny Compressor v0.2 or 1.4 created masked compressed archives.

Example is compression schemes:

v1: "xZlib+srep+lzma:176mb:normal:bt4:273:mc1000000000 :lc8"
v2: "xZlib+srep+lolz:dtb1:dtw1:dto1:dtd1:mtt1:mt4:d64m :fba4096:mc1023"

arc.ini:

Code:
[External compressor:xZLib]
header    = 0
unpackcmd = "XT" d:precomp:t50p,t4:zlib - - <stdin> <stdout>

[External compressor:srep]
header    = 0
unpackcmd = "srep" -d <stdin> <stdout>

[External compressor:lolz]
header    = 0
unpackcmd = "cls-lolz_x86" {options} $$arcpackedfile$$.tmp $$arcdatafile$$.tmp

[External compressor:precomp]
header    = 0
unpackcmd = "{compressor}" -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
cls.ini:

Code:
[Srep]
Bufsize=24m
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
Memory=25%
TempPath=.\

[lolz]
Bufsize=512k
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
MaxThreadsUsage=75%
MaxMemoryUsage=25%
TempPath=.\
ldmfMaxMemoryUsage=32m
ldmfDeleteTmp=0

[Precomp]
Memory=128m
TempPath=.\
Any help from limitate biggest memory footprint from decompression?? (From old PC's. My 2.94GB's archive with v1 compression methods eats 1.2-1.25GBs memory footprint. 1GB RAM available from the very old PC. Targeting reduction to max. 512+ MB's from decompression. Use cls-ini or Arc.ini with extra parameters?? (Any info: The archive, compressed 9.41GB's *.ACE files to 23.1GB's data exploded with xtool and chrunched to 8.5GB+ with srep and compressed with lzma methods to lower than 3GB's size.) Use v2 compression schema archive creating in progress. (Use laptop with 8GB's RAM and Pentium B960 2.2Ghz CPU) The 9.4GB's data will compress by SREP+LZMA methods 4.8+ GB's archive. Nice difference.

Example from: Arc.exe: -ld64m and XT.exe: Add the -dm1 switch and srep.exe: Added -ia- and/or -mem25p switches? Its works?

Last edited by kj911; 27-04-2021 at 11:08. Reason: Typo fix
Reply With Quote
The Following User Says Thank You to kj911 For This Useful Post:
biotec2k8 (30-04-2021)