25.08.2015, 20:10
40mb of heap and stack?

If You don't use -d3 parameter with Your compiler, then see if You're using some variables, that uses loads of memory (useless).
For example, if You'd like to format variable with 100 characters-long string using 512-1024 cells for it, and You keep on doing this, then it's obviously, You'll receive such messages.
Greetings

Quote:
Hi, I recently following lines appear in the console pawn compiler, do not appear before than the first. What do these extra lines?
If there is a problem? Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 11976 bytes Code size: 726768 bytes Data size: 7880192 bytes Stack/heap size: 16384 bytes; estimated max. usage=4069 cells (16276 bytes) Total requirements: 8635320 bytes ================ READY ================ |
For example, if You'd like to format variable with 100 characters-long string using 512-1024 cells for it, and You keep on doing this, then it's obviously, You'll receive such messages.
Greetings