Samp server run time error 16 "Out of Momory"
#1

[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...
Reply
#2

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
Reply
#3

Quote:
Originally Posted by BatTom
View Post
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.
Reply
#4

Well normally it is a RAM problem, we will wait for the big enlighten us ^^
Reply
#5

Well...look at your arrays..seems like you have sth like:

PHP Code:
new array[999999]; 
Reply
#6

find
pawn Code:
#pragma dynamic 268435456
in your script and remove it and it will solve your problem.
Reply
#7

Quote:
Originally Posted by IceBilizard
View Post
find
pawn Code:
#pragma dynamic 268435456
in your script and remove it and it will solve your problem.
Thanks! bro it's work
Reply
#8

Not Work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)