SA-MP Forums Archive
[Help] Stack/Heap 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: [Help] Stack/Heap size (/showthread.php?tid=511428)



[Help] Stack/Heap size - David (Sabljak) - 05.05.2014

I dont have any [256] String, maximum is [128], and im still getting this...

im using -d3 flag...

Код:
Header size:          26640 bytes
Code size:          5637984 bytes
Data size:         18486884 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:24167892 bytes
What's the problem? How to fix it...


Re: [Help] Stack/Heap size - Vince - 05.05.2014

This flag always displays this message (along with -v). If it shows up without either of these flags, only then you need to worry.


Re: [Help] Stack/Heap size - David (Sabljak) - 05.05.2014

Quote:
Originally Posted by Vince
Посмотреть сообщение
This flag always displays this message (along with -v). If it shows up without either of these flags, only then you need to worry.
I know for message but this is confusing me "estimated max. usage: unknown, due to recursion" is that okay or not :P


Re: [Help] Stack/Heap size - Eth - 05.05.2014

check if there is string more than 1000 or something


Re: [Help] Stack/Heap size - David (Sabljak) - 05.05.2014

Quote:
Originally Posted by Eth
Посмотреть сообщение
check if there is string more than 1000 or something
Did you read first post? Max is 128...


AW: [Help] Stack/Heap size - Nero_3D - 05.05.2014

It just means that there is a function that calls itself and therefore is the "estimated max. usage: unknown"

Also reread Vince comment than you know if you need to worry