23.10.2016, 06:21
I'm sure someone else can explain what this exactly means, but the way to have that information disappear is one of two things.
One, you can put this somewhere near the time of your script (like after includes maybe)
Two, you can go through the script and optimize it. Look for things like how to simplify code, reduce string sizes if they are unreasonable large, etc.
I'd go with the second option as it's much better practice. I'm not sure if this is a good analogy but imagine
^ this being your room after it's gotten dirty. The first option would be like shoving most, if not all, of the garbage and junk under your bed while the second option is actually cleaning the room up. Hope this helps you understand it a little bit better :P
One, you can put this somewhere near the time of your script (like after includes maybe)
Код:
#pragma dynamic 1000000
I'd go with the second option as it's much better practice. I'm not sure if this is a good analogy but imagine
Код:
Header size: 22028 bytes Code size: 6437984 bytes Data size: 23484496 bytes Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion Total requirements: 29960892 bytes