okay ima break this up.
the amount of ram you need is the amount of temporary data that your script is using,
for example if you have 100 variables you will need more ram then if you are only using 10. in my script i use a couple of thousand variables and i find that it will use around 60-100mb of ram, of course this will change with the amount of slots you have on your server, depending on your player variables, etc, etc.
the amount of cpu you need is relative to how many players you have on your server vs the ongoing processes that the script is operating. for example, if you have 3 timers for each player going off every 10 seconds that are running 3 seperate functions, it will use more cpu then if you have 1 timer for the whole server. object streamers, vehicle streamers, pickup streamers, etc, use alot of timers, so the more of those you have the more cpu you will be using.
the godfather is a rather big script, but i dought that you will ever get 500 players on it simltaneously, so for vps specs i would go for
centos 5.3
512mb-1gb of gaur. ram
1-2gb of burst ram
make sure the server your vps is on has at least a quad core processor, i know some companies like vpslink use p4 processors on theyre lower grade vps packages.
windows has alot of security holes and if your not an advanced user you WILL get owned if a problem comes along.
linux is generally more complex then windows becuase most vps you connect to via ssh (like the command prompt on windows) although there are some vps hosts which will do RDS or VDS for you which is like remote desktop on windows except on ubuntu or a similar system.
bandwith wise. anything unmetered 100mbps is best, i know a few hosts, if you cant get that just think logically.
100 players uses 4mbit upstream iirc
unmetered is better imo, just in case you get ddosed
Quote:
Originally Posted by !MaVe
Don't use Virtual servers for samp servers generally, they will lag around like hell with a good gamemode, even if it's efficiently coded.
|
i was running a css 32player 100T server on a vps that was situated on my friends box and it had 2 dedicated 2.7ghz cores with 2gb of ddr2 ram and it was lag free, in fact the players on it used to tell us that it ran better then other servers they were on (we averaged 16-20 and peaked 32).