#pragma dynamic -d3
#1

hello

I use -d3 (for crashdetect plugin) but when I compile my script ( with -d3 ) there is:

Header size: 14068 bytes
Code size: 4431664 bytes
Data size: 10230684 bytes
Stack/heap size: 580000 bytes; estimated max. usage=3018 cells (12072 bytes)
Total requirements:15256416 bytes

Before no I don't have this message and i don't use #pragma dynamic just for -d3

I ignore it or I need to use #pragma dynamic (I test 4500 or 145000 but always this message)?

thanks
Reply
#2

On the forum? no but I searched.
Reply
#3

oh ok but on 200 pages I don't find "-d3" and my english is not perfect.

I have already read your posts... my script is fine I don't use #pragma dynamic but with "-d3" I ask if I need to ignore ( Header size Code size..)
Reply
#4

ok yes I read but I don't understand if it's good or not. I saw many posts who say it's bad...


Quote:
Originally Posted by ******
Посмотреть сообщение
As in, actually carefully read it, not just seen it exists? The compiler doesn't spit out rubbish (often).
what do you mean when you say?
Reply
#5

What means is that d3 is used for debuging, and that is debug information.
Reply
#6

ok so if 580000 bytes > max. usage=3018 cells it's ok.
Reply
#7

No take the smaller number away from the bigger number. That would leave you with the amount of memory you have allocated which isn't needed. Therefore your script is taking up more memory than it needs to when its running; which hosts do kick you offline for.
Reply
#8

Actually, it is fine.

estimated max. usage should be less than Stack/heap size.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)