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

chore: use Linux container CPU quota #266

Merged
merged 1 commit into from
Mar 18, 2024
Merged

Commits on Mar 18, 2024

  1. chore: use Linux container CPU quota

    Go is not cgroup aware and by default will set GOMAXPROCS to the number
    of available threads, regardless of whether it is within the allocated
    quota. This behaviour causes high amount of CPU throttling and degraded
    application performance.
    
    Fixes: NVIDIA#265
    uhthomas authored and nvvfedorov committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b57dddd View commit details
    Browse the repository at this point in the history