[Help] Stack/Heap size
#1

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...
Reply
#2

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

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
Reply
#4

check if there is string more than 1000 or something
Reply
#5

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)