Compiler output
#1

Hey!

I have this when I compile my gamemode:
Код:
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           6420 bytes
Code size:           254988 bytes
Data size:          1108992 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5016 cells (20064 bytes)
Total requirements: 1386784 bytes
What's that? And why is it appears now? I couldn't see it before.

Thanks
Nonameman
Reply
#2

You have exceeded the set size of memory assigned to the stack/heap.

https://sampwiki.blast.hk/wiki/Keywords:...ives#.23pragma

Try increase the size by using #pragma dynamic <newsize> - alternatively, consider efficiency while scripting.
Reply
#3

Quote:
Originally Posted by Calgon
Посмотреть сообщение
You have exceeded the set size of memory assigned to the stack/heap.

https://sampwiki.blast.hk/wiki/Keywords:...ives#.23pragma

Try increase the size by using #pragma dynamic <newsize> - alternatively, consider efficiency while scripting.
Thanks. Can I have problems with the server after I modify the limit of the memory size?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)