Linux VPS COD2 core utilization problem
CPU core load in not equaly devided / utilized on all 3 cores.
That makes my server LAG and cause high PING when i have more than 20 players on server running COD2 eXtreme 2.9 mod.
On Ubuntu 14 and 16
I downloaded gcc 3.3 from here http://icculus.org/updates/cod/gcc3-libs.tar.bz2
First try: No 1.
Manualy installed - unpacked that file and puted it to location on VPS: /usr/lib
started COD2 wit this command
Code:
nice -n 0 ./cod2_lnxded +set dedicated 2 +set net_port 28960 +set fs_game extreme2.9 +set sv_punkbuster 0 +exec server.cfg
Second try: No 2.
Putted and extracted gcc 3.3 files to the same folder where i have cod2_lnxded
Started COD2 with this command
Code:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded +set dedicated 2 +set net_port 28960 +set fs_game extreme2.9 +set sv_punkbuster 0 +exec server.cfg
Third try: No 3.
Code:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get -y install libstdc++5:i386
COD2 starts but i always have same problem with cores:
... just 1 of 3 cores is utilized , second and third core is in iddle state, doing almost nothing..
On NFO VPS (OS: Debian 7 Arch: x86_64 (64bit) Kernel: 3.2.2-am64) https://www.nfoservers.com that i had before
it worked perfectly (all 3 cores had equal load on them), but now i can't make it work on new VPS.