Skip to content

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

Merged
zirain merged 2 commits intoenvoyproxy:mainfrom
arkodg:cpuset-threads
Jul 31, 2023
Merged

feat: Set --cpuset-threads in EnvoyProxy cmdline arg#1727
zirain merged 2 commits intoenvoyproxy:mainfrom
arkodg:cpuset-threads

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
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.

3 participants