Results 1 to 7 of 7

Thread: COD2 core utilization problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ... connecting
    Join Date
    Aug 2018
    Posts
    5
    Thanks
    0
    Thanked 2 Times in 2 Posts

    COD2 core utilization problem

    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.

    Last edited by croat1986; 16th November 2018 at 20:13.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •