Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased performance on 16+ core CPUs by limiting VRAD. #106

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 17, 2020

  1. Merge pull request #1 from ruarai/master

    Updated personal branch to be up-to-date with main branch
    Lpfreaky90 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ee0dc03 View commit details
    Browse the repository at this point in the history
  2. Added 16-thread limiter to VRAD

    VRAD can run a maximum of 16 CPU threads. (see wiki: https://developer.valvesoftware.com/wiki/VRAD )
    On CPUs with more than 16 cores, the process keeps bouncing between cores, creating a severe slowdown.*
    By setting the Processor affinity to cores 0-15, we improve the performance significantly
    Lpfreaky90 committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    5dcef5e View commit details
    Browse the repository at this point in the history