Samp server run time error 16 "Out of Momory" - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Samp server run time error 16 "Out of Momory" (
/showthread.php?tid=590466)
Samp server run time error 16 "Out of Momory" -
Makhmoor - 29.09.2015
[19:46:17] Script[gamemodes/NC.amx]: Run time error 16: "Out of memory"
[19:46:17] Failed to load 'gamemodes/NC.amx' script.
[19:46:17] Number of vehicle models: 2
How can i fix this, This server is running on linux with 1 gb Ram please help me with this...
Re : Samp server run time error 16 "Out of Momory" -
BatTom - 29.09.2015
This means that you do not have enough RAM, so if you are on a web host, ask to change the RAM, if you host on your computer, so be changing your RAM or you will be can not start :/
If you want more information on ****** type this "run time error 16:" Out of memory "" and you can find more information like this link below:
https://sampforum.blast.hk/showthread.php?tid=407549
Re: Re : Samp server run time error 16 "Out of Momory" -
Makhmoor - 29.09.2015
Quote:
Originally Posted by BatTom
This means that you do not have enough RAM, so if you are on a web host, ask to change the RAM, if you host on your computer, so be changing your RAM or you will be can not start :/
If you want more information on ****** type this "run time error 16:" Out of memory "" and you can find more information like this link below: https://sampforum.blast.hk/showthread.php?tid=407549
|
It's not the problem of Ram. This same script I ran on linux with 512 mb Ram few months ago.
Re : Samp server run time error 16 "Out of Momory" -
BatTom - 29.09.2015
Well normally it is a RAM problem, we will wait for the big enlighten us ^^
AW: Samp server run time error 16 "Out of Momory" -
Kaliber - 29.09.2015
Well...look at your arrays..seems like you have sth like:
PHP Code:
new array[999999];
Re: Samp server run time error 16 "Out of Momory" -
IceBilizard - 29.09.2015
find
pawn Code:
#pragma dynamic 268435456
in your script and remove it and it will solve your problem.
Re: Samp server run time error 16 "Out of Momory" -
Makhmoor - 29.09.2015
Quote:
Originally Posted by IceBilizard
find
pawn Code:
#pragma dynamic 268435456
in your script and remove it and it will solve your problem.
|
Thanks! bro it's work
Re: Samp server run time error 16 "Out of Momory" -
MikeReal - 30.09.2016
Not Work