This is normal ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: This is normal ? (
/showthread.php?tid=611120)
This is normal ? -
baela - 02.07.2016
Код HTML:
Header size: 13612 bytes
Code size: 2415156 bytes
Data size: 3002720 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 5447872 bytes
This is normal ?
Re: This is normal ? -
Vince - 02.07.2016
If you compiled with -d3 or -v, then yes. Otherwise it is an indication that you're probably using too much memory. The compiler can't give the exact requirements because you have a recursion (a function that calls itself).
Re: This is normal ? -
SyS - 02.07.2016
https://sampforum.blast.hk/showthread.php?tid=409184