SA-MP Forums Archive
Header size - 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: Header size (/showthread.php?tid=617276)



Header size - MerryDeer - 18.09.2016

Hi,

Header size: 14904 bytes
Code size: 2547064 bytes
Data size: 20795764 bytes
Stack/heap size: 16384 bytes; estimated max. usage: 1234 cells
Total requirements: 23374116 bytes

If i see that i always need use pragma dynamic, or i can run my server anyway?


Re: Header size - oMa37 - 18.09.2016

It's just a debug, Nothing to worry about.


Re: Header size - CodeStyle175 - 18.09.2016

just use pragma dynamic, because these samp limits are too small or you have to make boring gamemode.


Re: Header size - Vince - 18.09.2016

Quote:
Originally Posted by CodeStyle175
Посмотреть сообщение
or you have to make boring gamemode.
Rubbish. If it shows up it's usually due to poor coding.

In this case it's probably triggered by -d3 or -v compiler option. Nothing to worry about because max usage is less than the stack size.