Use Envoy cpuset size to set the default number or worker threads (#5975)

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>

Mirrored from https://github.com/envoyproxy/envoy @ f59a30ebd25f2dac14d90d4ac514ed9a0df580e1
pull/620/head
data-plane-api(CircleCI) 6 years ago
parent 178d1ca6ac
commit 2be20d4ecb
  1. 3
      envoy/admin/v2alpha/server_info.proto

@ -128,4 +128,7 @@ message CommandLineOptions {
// See :option:`--restart-epoch` for details.
uint32 restart_epoch = 24;
// See :option:`--cpuset-threads` for details.
bool cpuset_threads = 25;
}

Loading…
Cancel
Save