View Single Post
  #1  
Old 26-05-2020, 03:24
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by littlekura View Post
can help me out about Fitgirls Repacks limit RAM usage ?
You can limit RAM usage using CLS.ini for cls based decompressors.

I will use lolz decompressor as an example:

Code:
[lolz]
Bufsize=512k
transfer_ReadBufSize=512k
transfer_WriteBufSize=512k
MaxThreadsUsage=100%
MaxMemoryUsage=70%
ldmfTempPath=
ldmfMaxMemoryUsage=256m
ldmfDeleteTmp=0
lolz interprets RAM usage in %, so just set it to 20% or 10% (don't go too low - the lower the value, the slower decompression and possible crash due to lack of memory)
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
littlekura (26-05-2020)
Sponsored Links