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

feat: Set --cpuset-threads in EnvoyProxy cmdline arg #1727

Merged
merged 2 commits into from
Jul 31, 2023

Conversation

arkodg
Copy link
Contributor

@arkodg arkodg commented Jul 28, 2023

  • Use cpuset size instead of total hardware threads to determine total worker threads.

  • Can be overridden by explicitly setting --concurrency arg

More in https://www.envoyproxy.io/docs/envoy/latest/operations/cli#cmdoption-cpuset-threads

Discussion in envoyproxy/envoy#5975

Relates to #1718

* Use cpuset size instead of total hardware threads to determine
total worker threads.

* Can be overridden by explicitly setting `--concurrency` arg

More in https://www.envoyproxy.io/docs/envoy/latest/operations/cli#cmdoption-cpuset-threads

Discussion in envoyproxy/envoy#5975

Relates to envoyproxy#1718

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@arkodg arkodg requested a review from a team as a code owner July 28, 2023 20:37
@arkodg arkodg added this to the 0.6.0-rc1 milestone Jul 28, 2023
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #1727 (15e4b7c) into main (9ba9103) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1727      +/-   ##
==========================================
- Coverage   64.86%   64.83%   -0.04%     
==========================================
  Files          83       83              
  Lines       11924    11925       +1     
==========================================
- Hits         7735     7731       -4     
- Misses       3707     3711       +4     
- Partials      482      483       +1     
Files Changed Coverage Δ
...ternal/infrastructure/kubernetes/proxy/resource.go 93.26% <100.00%> (+0.03%) ⬆️

... and 2 files with indirect coverage changes

@zirain zirain merged commit f0d31b8 into envoyproxy:main Jul 31, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants