What takes up ram? - 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: What takes up ram? (
/showthread.php?tid=109226)
What takes up ram? -
Danny_Costelo - 18.11.2009
I need an answer to this question, I was thinking variables, correct?
Re: What takes up ram? -
mprofitt - 18.11.2009
Quote:
Originally Posted by Kylla
I need an answer to this question, I was thinking variables, correct?
|
The last thing I saw in my RAM was a bunch of bits.
Re: What takes up ram? -
iLinx - 18.11.2009
RAM is random access memory
Its used to store temporary information, its faster then a harddrive so its ideal for storing temporary things (for example when you copy and paste something, the clipboard is stored on your RAM)
Basically anything that needs to be stored on your computer temporarily is stored in RAM.
And yes, variables are stored in ram.
Re: What takes up ram? -
Danny_Costelo - 18.11.2009
I'm talking about what in your script can take up ram, this is about the SA:MP server.
Thanks iLinx, at least someone can properly read.
Re: What takes up ram? -
mprofitt - 18.11.2009
Quote:
Originally Posted by Kylla
I need an answer to this question, I was thinking variables, correct?
|
Variables .......
Re: What takes up ram? -
BP13 - 18.11.2009
and did you not see that iLinux answered the problem.
Re: What takes up ram? -
Warmonger - 19.11.2009
Quote:
Originally Posted by [SU
BP13 ]
and did you not see that iLinux answered the problem.
|
He was referring to programming.
And yes variables & values. Variables memory is reclaimed when the function returns. And values reserve memory.
IDK why its such a big deal unless your seeing if you can fit a server on your PII system in the closet.