SA-MP Forums Archive
Run time error 16: "Out of memory" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Run time error 16: "Out of memory" (/showthread.php?tid=407549)



Run time error 16: "Out of memory" - pasha97 - 14.01.2013

[11:41:12] Script[gamemodes/UFFtest.amx]: Run time error 16: "Out of memory"
[11:41:12] Failed to load 'gamemodes/UFFtest.amx' script.

This happens when i try to host my server on a hosting. When i start it on my pc, it starts without problems


Re: Run time error 16: "Out of memory" - 3ventic - 14.01.2013

Your hosting has limited the memory available to you too much. Contact their support. If it's a VPS/dedi, allocate more memory (if possible) or rent a better one (if not).

Alternatively you can try to make your script use less memory (avoid large arrays etc.)


Re: Run time error 16: "Out of memory" - ColorHost-Kevin - 14.01.2013

What it inclines is your machine is out of memory. Need to get more.


Re: Run time error 16: "Out of memory" - Makhmoor - 29.09.2015

pawn Code:
#pragma dynamic 268435456
Find this on your gamemode and remove it, It will work 100%