23.06.2015, 12:34
(
Последний раз редактировалось maximthepain; 23.06.2015 в 13:21.
)
Hello everyone. I'm compiling my script with -d3 in pawn.cfg and this comes out in the output only with -d3:
* I'm using YSI 4.0 (which is still in beta)
* Fixes & Fixes 2
What bothers me is that the total requirements is 23MB of memory while stack is limited to 17MB...
I'm working with y_ini and fixes, fixes2.. I have red on the internet they might be the source of the problem. but why?
(I'm not having any serious loops or not needed cells like 1000, im having one global 1700 which is bigstring for long dialogs, etc.. highest next cell is 256 and its used on maybe long messages, however when its just name with some words im using 128 and less sometimes)
I would like to ask either if you know any fast account saving / loading file write. (Not mysql, I cant afford mysql database) As im using y_ini to write almost every save/load system and im worring of problems like the stack/heap size.
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 18164 bytes Code size: 2011044 bytes Data size: 4643736 bytes Stack/heap size: 17039360 bytes; estimated max. usage: unknown, due to recursion Total requirements:23712304 bytes 2 Warnings.
* Fixes & Fixes 2
What bothers me is that the total requirements is 23MB of memory while stack is limited to 17MB...
I'm working with y_ini and fixes, fixes2.. I have red on the internet they might be the source of the problem. but why?
(I'm not having any serious loops or not needed cells like 1000, im having one global 1700 which is bigstring for long dialogs, etc.. highest next cell is 256 and its used on maybe long messages, however when its just name with some words im using 128 and less sometimes)
I would like to ask either if you know any fast account saving / loading file write. (Not mysql, I cant afford mysql database) As im using y_ini to write almost every save/load system and im worring of problems like the stack/heap size.