SA-MP Forums Archive
[HELP] why is server used resource (RAM) very such - 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: [HELP] why is server used resource (RAM) very such (/showthread.php?tid=57894)



[HELP] why is server used resource (RAM) very such - chenza - 12.12.2008

why is server used resource (RAM) more and continually more , tall until more 1 GB be born from which cause and will correct ??


Screen Shot




Re: [HELP] why is server used resource (RAM) very such - RoBo - 12.12.2008

Memory leak in your script


Re: [HELP] why is server used resource (RAM) very such - chenza - 12.12.2008

i use gamemode modertopia [sql]


Re: [HELP] why is server used resource (RAM) very such - RoBo - 12.12.2008

Quote:
Originally Posted by chenza
i use gamemode modertopia [sql]
Well that doesn't really change the fact there's a memory leak somewhere.


Re: [HELP] why is server used resource (RAM) very such - KingJ - 12.12.2008

Yep that's a memory leak. Could also be a filterscript.

Most servers use around 10mb max, and 40mb when running a full 200 players with a moderately taxing script.


Re: [HELP] why is server used resource (RAM) very such - caribe88 - 12.12.2008

?? I dont unthersteand I was having my gm whit 1.2MB and it uses some 20kb from my process from all my server is very extrange


Re: [HELP] why is server used resource (RAM) very such - Redgie - 12.12.2008

Quote:

In computer science, a memory leak is a particular type of unintentional memory consumption by a computer program where the program fails to release memory when no longer needed. This condition is normally the result of a bug in a program that prevents it from freeing up memory that it no longer needs.

This term has the potential to be confusing, since memory is not physically lost from the computer. Rather, memory is allocated to a program, and that program subsequently loses the ability to access it due to program logic flaws.

I figure you don't know what a memory leak is, I hope this helps.

- Wikipedia


Re: [HELP] why is server used resource (RAM) very such - Redgie - 12.12.2008

<snip>

Don't reply to off topic posts please


Re: [HELP] why is server used resource (RAM) very such - chenza - 14.12.2008

i use plugins sampmysql , something bug?


Re: [HELP] why is server used resource (RAM) very such - RoBo - 14.12.2008

Quote:
Originally Posted by chenza
i use plugins sampmysql , something bug?
I've tried both MySQL plugins and haven't had any problems with either.