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 #3736

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 26, 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: prometheus#3735
    
    Signed-off-by: Thomas Way <[email protected]>
    uhthomas committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    1f973b7 View commit details
    Browse the repository at this point in the history