File tree Expand file tree Collapse file tree 6 files changed +67
-0
lines changed
site/content/docs/main/config Expand file tree Collapse file tree 6 files changed +67
-0
lines changed Original file line number Diff line number Diff line change @@ -1720,6 +1720,16 @@ spec:
17201720 format: int32
17211721 minimum: 0
17221722 type: integer
1723+ concurrency:
1724+ description: |-
1725+ Concurrency specifies the number of worker threads to run for Envoy.
1726+ If not specified, Envoy defaults to the number of hardware threads on
1727+ the machine. Setting this to a lower value on high-core-count machines
1728+ avoids excessive worker threads and reduces idle CPU and Memory usage.
1729+ defaults to 0 (use Envoy's default behavior).
1730+ format: int32
1731+ minimum: 0
1732+ type: integer
17231733 daemonSet:
17241734 description: |-
17251735 DaemonSet describes the settings for running envoy as a `DaemonSet`.
Original file line number Diff line number Diff line change @@ -1939,6 +1939,16 @@ spec:
19391939 format: int32
19401940 minimum: 0
19411941 type: integer
1942+ concurrency:
1943+ description: |-
1944+ Concurrency specifies the number of worker threads to run for Envoy.
1945+ If not specified, Envoy defaults to the number of hardware threads on
1946+ the machine. Setting this to a lower value on high-core-count machines
1947+ avoids excessive worker threads and reduces idle CPU and Memory usage.
1948+ defaults to 0 (use Envoy's default behavior).
1949+ format: int32
1950+ minimum: 0
1951+ type: integer
19421952 daemonSet:
19431953 description: |-
19441954 DaemonSet describes the settings for running envoy as a `DaemonSet`.
Original file line number Diff line number Diff line change @@ -1731,6 +1731,16 @@ spec:
17311731 format: int32
17321732 minimum: 0
17331733 type: integer
1734+ concurrency:
1735+ description: |-
1736+ Concurrency specifies the number of worker threads to run for Envoy.
1737+ If not specified, Envoy defaults to the number of hardware threads on
1738+ the machine. Setting this to a lower value on high-core-count machines
1739+ avoids excessive worker threads and reduces idle CPU and Memory usage.
1740+ defaults to 0 (use Envoy's default behavior).
1741+ format: int32
1742+ minimum: 0
1743+ type: integer
17341744 daemonSet:
17351745 description: |-
17361746 DaemonSet describes the settings for running envoy as a `DaemonSet`.
Original file line number Diff line number Diff line change @@ -1756,6 +1756,16 @@ spec:
17561756 format: int32
17571757 minimum: 0
17581758 type: integer
1759+ concurrency:
1760+ description: |-
1761+ Concurrency specifies the number of worker threads to run for Envoy.
1762+ If not specified, Envoy defaults to the number of hardware threads on
1763+ the machine. Setting this to a lower value on high-core-count machines
1764+ avoids excessive worker threads and reduces idle CPU and Memory usage.
1765+ defaults to 0 (use Envoy's default behavior).
1766+ format: int32
1767+ minimum: 0
1768+ type: integer
17591769 daemonSet:
17601770 description: |-
17611771 DaemonSet describes the settings for running envoy as a `DaemonSet`.
Original file line number Diff line number Diff line change @@ -1939,6 +1939,16 @@ spec:
19391939 format: int32
19401940 minimum: 0
19411941 type: integer
1942+ concurrency:
1943+ description: |-
1944+ Concurrency specifies the number of worker threads to run for Envoy.
1945+ If not specified, Envoy defaults to the number of hardware threads on
1946+ the machine. Setting this to a lower value on high-core-count machines
1947+ avoids excessive worker threads and reduces idle CPU and Memory usage.
1948+ defaults to 0 (use Envoy's default behavior).
1949+ format: int32
1950+ minimum: 0
1951+ type: integer
19421952 daemonSet:
19431953 description: |-
19441954 DaemonSet describes the settings for running envoy as a `DaemonSet`.
Original file line number Diff line number Diff line change @@ -7477,6 +7477,23 @@ <h3 id="projectcontour.io/v1alpha1.EnvoySettings">EnvoySettings
74777477</ tr >
74787478< tr >
74797479< td style ="white-space:nowrap ">
7480+ < code > concurrency</ code >
7481+ < br >
7482+ < em >
7483+ int32
7484+ </ em >
7485+ </ td >
7486+ < td >
7487+ < em > (Optional)</ em >
7488+ < p > Concurrency specifies the number of worker threads to run for Envoy.
7489+ If not specified, Envoy defaults to the number of hardware threads on
7490+ the machine. Setting this to a lower value on high-core-count machines
7491+ avoids excessive worker threads and reduces idle CPU and Memory usage.
7492+ defaults to 0 (use Envoy’s default behavior).</ p >
7493+ </ td >
7494+ </ tr >
7495+ < tr >
7496+ < td style ="white-space:nowrap ">
74807497< code > overloadMaxHeapSize</ code >
74817498< br >
74827499< em >
You can’t perform that action at this time.
0 commit comments