04-02-2011, 12:41 AM
I'm hosting some game servers on an Intel i5 with 8GB RAM and a 100MB/s network connection.
However, I have to restart them frequently (maybe once a day) because if I don't the server seems to be laggy (not laggy at all, it just doesn't work as it works when restarted).
I'm using this command to start them:
And this is my server.cfg
What do you recommend?
Thanks in advanced
However, I have to restart them frequently (maybe once a day) because if I don't the server seems to be laggy (not laggy at all, it just doesn't work as it works when restarted).
I'm using this command to start them:
Quote:screen -A -m -d -S server8 ./srcds/server8/orangebox/srcds_run -console -game cstrike -fps_max 70 +map de_dust2 +maxplayers 10 -port 27085 -tv_enable 1
And this is my server.cfg
Quote:hostname "whatever"The only plugins I have are EventScripts with my own plugin loaded and zBlock, but even if I don't use them I still have to restart the server.
rcon_password "blah"
sv_password "pcw"
tv_enable "1"
tv_name "theTV"
tv_password "none"
tv_delay "90"
tv_autorecord "0"
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_chattime 10
sv_timeout 65
mp_freezetime 6
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
sv_minrate 20000
sv_maxrate 100000
sv_minupdaterate 30
sv_maxupdaterate 66
sv_maxcmdrate 66
sv_mincmdrate 30
decalfrequency 10
fps_max 300
log off
sv_logbans 0
sv_logecho 0
sv_logfile 0
sv_log_onefile 0
sv_lan 0
sv_region 255
exec banned_user.cfg
exec banned_ip.cfg
zb_warmode 1
es_load myplugin
What do you recommend?
Thanks in advanced