Posts: 534
Threads: 265
Joined: Jul 2014
Hi,
Now i'am using pragma dynamic with value:
Код:
#pragma dynamic 5000000
Is it well for sa-mp server? my compilator don't give any error in the end and server is well. But what max value you can set that no problems will be?
Posts: 654
Threads: 19
Joined: Jun 2012
Reputation:
0
You can put any value contal not leave you information about how much memory you use in your server, you can leave and I use it just as you have placed your !!
Posts: 584
Threads: 51
Joined: Jan 2014
Reputation:
0
And why do you need a stack that big? Do you even know what that does?
Posts: 534
Threads: 265
Joined: Jul 2014
Because i use a lot of variables and some of them with big strings, because i need that and ysi includes use a lot of memory.
Posts: 263
Threads: 11
Joined: Nov 2014
There is no limit, it is bad coding thought you shoulden't use big string arrays for small things.