What can cause increase of memory/space of a script? - 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: What can cause increase of memory/space of a script? (
/showthread.php?tid=570207)
What can cause increase of memory/space of a script? -
Excelâ„¢ - 06.04.2015
The question is:
What can cause increase of memory/space of a script?
I use many loops in my script of max limit 300, and a big array, what can cause the memory to rise!
Actually, my .pwn file is 29KB but .amx is 5MB!
Re: What can cause increase of memory/space of a script? -
BroZeus - 06.04.2015
The includes and the big arrays you mentioned.
Re: What can cause increase of memory/space of a script? -
Evocator - 06.04.2015
You do have YSI right?