PC Server hardware - Which to choose to run your gamemode?
#1

Ok so, I am wondering how to wisely spend my money to get a VPS and run a SAMP server on it.
I can see there are different types, with different RAM, CPU, HDD.

My gamemode will have a maximum of 70 player slots, would it run smoothly on this linux server?
1 vCPU,1 GB RAM,20 GB SSD Storage
Reply
#2

Yeah its fine
Reply
#3

All depends by how much is optimized your script.
Reply
#4

Quote:
Originally Posted by KinderClans
View Post
All depends by how much is optimized your script.
Not using loops where they're not needed (most loops are in some commands to give things, like money/ammo etc) and at the moment, there is no huge loop with tons of code inside it. I'm also avoiding to use many if/else sections and trying to use ternary operators or switch instead (when possible), and checking every log line for amx backtraces everytime new code is added.
Reply
#5

Loops do not even matter. It is all up to the plugins you use. Plugins like MapAndreas and ColAndreas might require more memory usage. Even though with them the memory usage goes to about ~200MB (RAM), so I guess you might practically be fine.

You gotta check it up whether it can run, get a trial first.
Reply
#6

LAMP is uses about 520 (Debian 6, 7) and 800mb on Debian 8, and about 1 GB on Debian 9, ( ram )
Samp is mostly single threaded, so you should be fine with 1 core. ( depends on plugins you use )

You can run 200 player server with 2c 3gb ram, no problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)