06-17-2006, 09:38 AM
(This post was last modified: 06-17-2006, 10:16 AM by evilmother.)
Hello all,
my box is dual 2.4ghz cpu's 2gb ram on a OC-48
Currently we have three servers running on it
One 13 player private server 66 tick
#!/bin/bash
exec /home/servers/name/cs1/srcds_run -game cstrike -autoupdate -tickrate 66 +maxplayers 13 +map de_dust -ip 111.111.111.11 > srcds.log
No mods nothing at all installed on it
Server cfg HERE
One 20 player public 33 tick
#!/bin/bash
exec /home/servers/name/cs2/srcds_run -game cstrike -autoupdate -tickrate 33 +maxplayers 20 +map de_aztec -ip 111.111.111.11 > srcds.log
Mani mod, Meta Mod, CSSRPG MOD, Gore MOD
Server cfg HERE
One 20 player 33 tick
#!/bin/bash
exec /home/servers/name/cs3/srcds_run -game cstrike -autoupdate -tickrate 33 +maxplayers 20 +map de_aztec -ip 111.111.111.11 > srcds.log
Mani mod, Meta Mod and gore mod
Server config HERE
do my configs look ok??
Am I running to much on one box?
my box is dual 2.4ghz cpu's 2gb ram on a OC-48
Currently we have three servers running on it
One 13 player private server 66 tick
#!/bin/bash
exec /home/servers/name/cs1/srcds_run -game cstrike -autoupdate -tickrate 66 +maxplayers 13 +map de_dust -ip 111.111.111.11 > srcds.log
No mods nothing at all installed on it
Server cfg HERE
One 20 player public 33 tick
#!/bin/bash
exec /home/servers/name/cs2/srcds_run -game cstrike -autoupdate -tickrate 33 +maxplayers 20 +map de_aztec -ip 111.111.111.11 > srcds.log
Mani mod, Meta Mod, CSSRPG MOD, Gore MOD
Server cfg HERE
One 20 player 33 tick
#!/bin/bash
exec /home/servers/name/cs3/srcds_run -game cstrike -autoupdate -tickrate 33 +maxplayers 20 +map de_aztec -ip 111.111.111.11 > srcds.log
Mani mod, Meta Mod and gore mod
Server config HERE
do my configs look ok??
Am I running to much on one box?