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

consul/connect: default envoy concurrency to 1 #9487

Merged
merged 1 commit into from
Dec 1, 2020

Commits on Dec 1, 2020

  1. consul/connect: default envoy concurrency to 1

    Previously, every Envoy Connect sidecar would spawn as many worker
    threads as logical CPU cores. That is Envoy's default behavior when
    `--concurrency` is not explicitly set. Nomad now sets the concurrency
    flag to 1, which is sensible for the default cpu = 250 Mhz resources
    allocated for sidecar proxies. The concurrency value can be configured
    in Client configuration by setting `meta.connect.proxy_concurrency`.
    
    Closes #9341
    shoenig committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    2a397db View commit details
    Browse the repository at this point in the history