Hi g33ks...
I have probs with my server. If i didnt, i wouldnt post this
My server fps is stable, but it can get better, and i wanna make it!
http://www.fpsmeter.org/p,view%3b48889.html
Info:
My problem is i tried doing the tastset command, and it wont start.
I changed my startline from:
To
This is what it says on the SSH:
I solved the problem.
I used this startupline instead:
I have probs with my server. If i didnt, i wouldnt post this
My server fps is stable, but it can get better, and i wanna make it!
http://www.fpsmeter.org/p,view%3b48889.html
Info:
Quote:OS: Ubuntu 9.10
CPU: Intel Xeon 2.4
My problem is i tried doing the tastset command, and it wont start.
I changed my startline from:
Quote:screen -A -m -d -S srv2 ./srcds_run -game cstrike -ip xXx -port xXx +maxplayers 16 +map de_dust2 +exec server.cfg -tickrate 100 -autoupdate +fps_max 0 -pidfile srcds.pid
To
Quote:screen -A -m -d -S srv2 taskset -c 0 ./srcds_tk -game cstrike -ip xXx -port xXx +maxplayers 16 +map de_dust2 +exec server.cfg -tickrate 100 -autoupdate +fps_max 0 -pidfile srcds.pid
This is what it says on the SSH:
Quote:alvin@casandra:~$ cd srv2
alvin@casandra:~/srv2$ ./start.sh
alvin@casandra:~/srv2$ screen -r srv2
There is no screen to be resumed matching srv2.
alvin@casandra:~/srv2$ screen -ls
There is a screen on:
1101.srv4 (2010-02-11 00:15:32) (Detached)
1 Socket in /var/run/screen/S-alvin.
alvin@casandra:~/srv2$
I solved the problem.
I used this startupline instead:
Quote:screen -A -m -d -S srv2 taskset -c 0 ./srcds_run -game cstrike -ip xXx -port xXx -autoconfig +maxplayers 16 +map de_dust2 +exec server.cfg -tickrate 100 -autoupdate +fps_max 0 -pidfile srcds.pid