Quote:
Originally Posted by L0v3craft
Hi guys. I'm using Inno Script Studio + Inno Setup (both updated) to compress little games. For example "Cult of the Lamb" (1.14GB).
I have tested the installation on my pc (ryzen with 16 threads and 16GB of ram), but a friend of mine is getting an error "out of memory" on his pc with 32GB of ram.
These are the parameters that I'm using:
Compression=lzma2/ultra64
DiskSpanning=yes
DiskSliceSize=max
LZMAUseSeparateProcess=yes
LZMADictionarySize=1048576
LZMANumFastBytes=273
someone knows which one of those parameters is causing "out of memory" error in installation? Thanks to everyone that is going to help me.
Checking from the task manager, the setup in installation is using 1029MB of ram at max and works fine on my pc.
|
Use this:
Code:
LZMADictionarySize=10500
__________________
¤ Life good be a Dream ¤
|