View Single Post
  #9  
Old 06-12-2022, 16:23
L33THAK0R's Avatar
L33THAK0R L33THAK0R is offline
Registered User
 
Join Date: Feb 2021
Location: Saudi Arabia
Posts: 406
Thanks: 137
Thanked 117 Times in 70 Posts
L33THAK0R is on a distinguished road
Quote:
Originally Posted by Gehrman View Post
Is there a way to control memory usage during decompression in SREP.exe?
LAST MINUTE EDIT: Just realized you're talking about using xtool's srep functionality, so not sure if this is useful at all

I use the following settings in my "CLS.ini" file, I do use the CLS version of Srep for decompression so not sure if that would have any impact if you're using a non-CLS package.

Code:
[Srep]
Bufsize=24m
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
Memory=60%-2048m
TempPath={app}

[Srep_new]
Bufsize=24m
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
Memory=60%-2048m
TempPath={app}

Last edited by L33THAK0R; 06-12-2022 at 16:26.
Reply With Quote
The Following User Says Thank You to L33THAK0R For This Useful Post:
Gehrman (06-12-2022)