You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Set number of workers to allocated cgroup CPUs?
Description:
I noticed that when running envoy in Kubernetes, it sets the number of workers equal to the number of CPUs on the host, even if there is a limit of just 1 CPU. This may negatively impact performance and it would be nice if envoy could pick this up automatically.
If not the best way to go about this would probably be wrapping the envoy with --concurrency when launching it. It'd be difficult to change the default behavior at this point.
KBaichoo
added
question
Questions that are neither investigations, bugs, nor enhancements
and removed
enhancement
Feature requests. Not bugs or questions.
triage
Issue requires triage
labels
Nov 5, 2024
Title: Set number of workers to allocated cgroup CPUs?
Description:
I noticed that when running envoy in Kubernetes, it sets the number of workers equal to the number of CPUs on the host, even if there is a limit of just 1 CPU. This may negatively impact performance and it would be nice if envoy could pick this up automatically.
[optional Relevant Links:]
golang/go#33803
#5976
The text was updated successfully, but these errors were encountered: