I am compiling an application which is about 300MB with
many files inside.
Up to a certain point, everything is ok but when HM SIS
Edit reaches about 110MB of RAM, the editor crashes
with an error "Out of Memory".
It seems that this error comes from the LOG TextEdit
which takes to many RAM.
One way to solve it would be to limit the number of
lines in order not to reach memory limits.
If you don't consider this solution as a good one,
could you at least add a "clear option" so that it
could be possible to manually stop this error ;)
Thx,
--
---------------
BERLIAT Cyrille
Elève Ingénieur INSA Lyon
4ème année en Département IF
Développeur Web et système
Tél: +33 (0) 6.63.05.40.96
mail : cyrille.berliat@gmail.com
http://www.w3concept.info/
Logged In: YES
user_id=1134706
Originator: NO
Hi.
As this project seems to be (unfortunately) dead, I guess I could give my solution to this problem. It seems that by lowering the verbosity of the NSIS compiler solves the problem. So, use "!verbose 2", which should disable reporting all script instructions in the text box.
Hope it helps,
Seb