02.06.2015, 18:06
Those messages usually appear when you have debug flag level 3 on (option -d3)
They just tell you the current memory usage and sizes.
If this was something bad, I can tell you already now that
#pragma dynamic [size]
Is dependable on the situation.
A better solution would be to check the script and fix the things that is causing it. (never ending recursions etc)
They just tell you the current memory usage and sizes.
If this was something bad, I can tell you already now that
#pragma dynamic [size]
Is dependable on the situation.
A better solution would be to check the script and fix the things that is causing it. (never ending recursions etc)