Page 1 of 1

How much memory does a server use?

Posted: Tue Dec 06, 2011 5:09 pm
by acid.
How much memory does a server use on idle (empty)? Also how much memory it uses when fully loaded (full)?

This question is mainly aimed at JLV, as he would have the data sheets and all the information regarding the games technical information.

acid.

Re: How much memory does a server use?

Posted: Tue Dec 06, 2011 8:28 pm
by haydugjr
Depends on what you mean by full (what you set the limit to).

Re: How much memory does a server use?

Posted: Tue Dec 06, 2011 9:55 pm
by Stickerz
With less than 10 people on there, you should have absolutely no problem, as I run the server and play on it and it doesn't effect my frame rate at all, and my computer sucks, 2.1 ghz dual core intel t4300 processor, 4gb ddr2 ram... if it's just on a server terminal (linux server edition, etc...) then you can host it with less than 1 ghz processor... =/ and half a gig of ram

Re: How much memory does a server use?

Posted: Tue Dec 06, 2011 10:57 pm
by jlv
Essentially nothing for modern servers. It uses about 6.5 megs total with about 1.25 megs resident.

Code: Select all

.  PID TTY      STAT   TIME  MAJFL   TRS   DRS   RSS %MEM COMMAND
. 4939 ?        S     27:16      0    56  6571  1348  0.2 ./mxserver --args-file mxserver-compargs.txt
. 8234 ?        S    270:57      0    54  6553  1204  0.2 ./mxserver --args-file mxserver-sewerargs.txt
.13484 ?        S    214:05      0    54  6557  1256  0.2 ./mxserver --args-file mxserver-customargs.txt
.25088 ?        S      0:42      1    56  6559  1192  0.2 ./mxserver --args-file mxserver-stockargs.txt
.32215 ?        S    356:27      1    54  6565  1288  0.2 ./mxserver --args-file mxserver-sxargs.txt

Re: How much memory does a server use?

Posted: Wed Dec 07, 2011 12:45 am
by acid.
Thanks alot, JLV. That's exactly what i was looking for. :D

It's not to host on my PC, it's for my VPS i've had for a while now and was looking to set up a few 24/7 servers, that's all.

acid.