PDA

View Full Version : Help needed How to use 4x4 command on lolz


Balaji007
08-03-2021, 08:20
Hi peps

I was used this setting to pack a files.srep+4x4:t1:b128mb:lolz

Compression runs well
But decompression return with error.
I was tried this setting with lolz and nz. Also it was gave same error.

Please anyone help me to resolve this

KaktoR
08-03-2021, 08:28
Why don't use build-in mt?

lolz:mtt#:mt#

Balaji007
08-03-2021, 09:35
Some times stuck on it😂
Can you recommend any fast packing commands like lzma? I was tried the elite recommended codes but also it was stucked on higher size files

Masquerade
08-03-2021, 10:04
I don't know why you are trying to use 4x4 on lolz, it's already multithreaded and as KaktoR stated you can use -mtt1 -mtX where X is your number of threads to enable multithreading:

[External compressor:lolz]
header = 0
packcmd = lolz_x64 -mtt1 -mt8 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

As for faster methods, use LZMA2 from 7zip:

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

Balaji007
08-03-2021, 10:07
Lolz tries to pack larger size files, It will leads to latency mate.

Balaji007
08-03-2021, 10:19
Thanks for all your replies mate