Quote:
Originally Posted by Gehrman
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}