I'm having trouble with my L4D dedicated server, I'll try and post as much info as possible so bare with me
I started off running it on a Pentium III coppermine with 320 MB of RAM and got about 20FPS, I didn't expect much better. So I moved it over to a Pentium 4 Northwood @ 2.4 GHz with 512 MB of RAM, now I'm getting 27FPS....
Being a server the kernel (2.6.18) was set with 100Hz timer frequency with no preemption. After reading around this site I found that 1000Hz with preemption was better, and recompiled a new 2.6.27 kernel. Now I'm getting 30FPS....
I tried all the recommendations here and nothing helped.
Most of my users are experiencing 200+ ping, traceroute to their IP reveals ~70ms latency to the last router hop. My connection is not optimal, but I am able to host co-op from my desktop with no lag over the same connection.
System specs: P4 Northwood @ 2.4 GHz w/ 400MHz FSB (huge fsb bottleneck), 512MB RAM, 40MB ATA hard drive, Intel desktop mobo (not sure on chipset)
OS: Debian Linux on 2.6.27 kernel, gcc 4.3.2 i486, glibc 2.7
I've attached server init scripts and current cfg (for some reason it wouldn't let me attach them without adding .txt extension)
Options from init script
Am I missing something or should it really be running this slow? The server plays fine for the most part but the zombies lag horribly. Thanks for any help in advance!
I started off running it on a Pentium III coppermine with 320 MB of RAM and got about 20FPS, I didn't expect much better. So I moved it over to a Pentium 4 Northwood @ 2.4 GHz with 512 MB of RAM, now I'm getting 27FPS....
Being a server the kernel (2.6.18) was set with 100Hz timer frequency with no preemption. After reading around this site I found that 1000Hz with preemption was better, and recompiled a new 2.6.27 kernel. Now I'm getting 30FPS....
I tried all the recommendations here and nothing helped.
Most of my users are experiencing 200+ ping, traceroute to their IP reveals ~70ms latency to the last router hop. My connection is not optimal, but I am able to host co-op from my desktop with no lag over the same connection.
System specs: P4 Northwood @ 2.4 GHz w/ 400MHz FSB (huge fsb bottleneck), 512MB RAM, 40MB ATA hard drive, Intel desktop mobo (not sure on chipset)
OS: Debian Linux on 2.6.27 kernel, gcc 4.3.2 i486, glibc 2.7
I've attached server init scripts and current cfg (for some reason it wouldn't let me attach them without adding .txt extension)
Options from init script
Quote:# Server options
TITLE='Left 4 Dead' # Full title of game type
NAME='l4d' # Server handle for the screen session
DAEMON='srcds_run' # The server daemon
STEAM='/etc/steam/l4d' # location of steam instalation
# Game options
IP='192.168.3.123' # IP of server
MAP='l4d_hospital01_apartment' # Initial map to start
GAME='left4dead' # Game type
FORK='1' # # of server instances
CLIENT='27005' # Client Ports
HOST='27015' # Host Ports
MATCH='27025' # Match Ports
STEAMPORT='27690' # Sytem Ports
# Server options string
OPTS="+clientport $CLIENT+## \
+hostport $HOST+## \
+matchmackingport $MATCH+## \
+systemlinkport $SYSTEM+## \
+exec server_cfg##.cfg \
+map $MAP \
+ip $IP \
-tickrate 66 \
-steamport STEAMPORT+## \
-fork $FORK \
-netconport 90## \
-netconpassword ******** \
-game $GAME \
-autoupdate \
-pidfile $STEAM/$GAME/$NAME.pid"
Am I missing something or should it really be running this slow? The server plays fine for the most part but the zombies lag horribly. Thanks for any help in advance!