View Single Post
  #2  
Old 15-01-2016, 06:36
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
Not enough ram amsal

this is error related to not enough ram to allocate

let me see if i can lower a bit more ram allocation will post in few minutes

edit

[External compressor:lzt]
;x64 version ;fast: -32 ;max:-p1 -49 -b200
packcmd = lzt -32 -b200 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = lzt -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
datafile = $$arcdatafile$$.tmp
packedfile = $$arcpackedfile$$.tmp

@Amsal

lzt doesnt have a direct memory allocation limitation
try this here

and wish for success
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.

Last edited by panker1992; 15-01-2016 at 06:43.
Reply With Quote
The Following User Says Thank You to panker1992 For This Useful Post:
Amsal (15-01-2016)