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

increase controller concurrency and cpu requests #2862

Merged
merged 1 commit into from
Aug 24, 2023

Commits on Aug 22, 2023

  1. increase controller cuncurrency and cpu requests

    This commit ups the cpu request for for all our installed compopents
    (cdi-deployment, cdi-apiserver, cdi-uploadproxy, cdi-operator)
    for 10m (1% of a core) to 100m (10% of a core).
    The main driver of this is BZ: 2216038.
    Without this change, it is pretty easy to create a large number of
    concurrent clone operations and get token timeout errors.
    Upping resource requests and concurrency addresses the issue
    in a very direct way.
    
    Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
    mhenriks committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    808ed42 View commit details
    Browse the repository at this point in the history