SRCDS Steam group


Optimising srcds usage
#7
(08-06-2010, 10:42 AM)BretW Wrote:  Another couple of points if you guys don't mind helping out!

1) On the server we're running minigames maps on, certain parts on certain maps are going much faster than normal (mg_do_a_barrel_roll_remix.bsp for example, as well as mg_hellz_multigame) and a couple of other maps we've tried have felt like the physics were a bit screwy. Are there any specific commands we need to make sure all of the physics are running properly? I've already checked and sv_turbophysics is already at "0" so I'm a bit confused as to why that's happening!

2) To stop the servers affecting each other drastically, we wanted to run the servers on their own cores. Now I've read various methods of doing this, but what would be the best / most efficient?

Many thanks,

You can set CPU affinity by using the linux command taskset. Taskset is zero based, meaning the first CPU is CPU0. The code below will run a server on CPU0:

Code:
taskset -c 0 ./srcds_run [args here]

I would strongly suggest compiling a custom kernel for your box. There are plenty of examples if you search google. I would also strongly suggest looking into kernel patches (i.e. ck patchset).

Good luck,
DiSTANT
[Image: banner.php?t=2&bg=002244&amp...p;id=82023]

[Image: banner.php?t=2&bg=002244&amp...p;id=82024]
Reply


Messages In This Thread
Optimising srcds usage - BretW - 08-06-2010, 04:41 AM
RE: Optimising srcds usage - Monk - 08-06-2010, 06:11 AM
RE: Optimising srcds usage - BretW - 08-06-2010, 06:18 AM
RE: Optimising srcds usage - Monk - 08-06-2010, 07:55 AM
RE: Optimising srcds usage - BretW - 08-06-2010, 08:46 AM
RE: Optimising srcds usage - BretW - 08-06-2010, 10:42 AM
RE: Optimising srcds usage - DiSTANT - 08-06-2010, 12:09 PM
RE: Optimising srcds usage - Terrorkarotte - 08-06-2010, 04:29 PM
RE: Optimising srcds usage - BretW - 08-06-2010, 09:25 PM
RE: Optimising srcds usage - Terrorkarotte - 08-06-2010, 10:01 PM
RE: Optimising srcds usage - Monk - 08-09-2010, 04:36 PM
RE: Optimising srcds usage - Monk - 08-09-2010, 06:57 PM
RE: Optimising srcds usage - Terrorkarotte - 08-09-2010, 09:42 PM
RE: Optimising srcds usage - Monk - 08-10-2010, 07:19 AM
RE: Optimising srcds usage - Peter_Pan123 - 08-10-2010, 06:30 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)