Stack/Heap Size
#1

Код:
Header size:           5504 bytes
Code size:           147800 bytes
Data size:           306384 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:  476072 bytes
I have searched the forums and all and did come across people with similar issues and most of them were recommended to use #pragma dynamic [value], I've tried that but I don't even have an estimated max value. I am really struck on this, please help. I have went through my script to see whether there are any string values above the limit, but they are all fine.
Reply
#2

Define "fine". This message only shows up if you use too many large local variables.
Reply
#3

Quote:
Originally Posted by ******
Посмотреть сообщение
That is never the advice given, unless the person doesn't know what they are on about! You need to use less variables, and smaller ones with it. The vast majority of the time, this is caused by people using several large arrays when one small one would do.
Thank you, I did get it fixed after re-checking my variables.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)