envoyproxy/envoy

Configure V8 DefaultWorker threads in yaml

Open

#38,680 创建于 2025年3月7日

在 GitHub 查看
 (14 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/wasmhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

We are using the wasmervice bootstrap extension in yaml as below

bootstrap_extensions:

  • name: envoy.bootstrap.wasm typed_config: "@type": type.googleapis.com/envoy.extensions.wasm.v3.WasmService singleton: true

When we have this in the yaml even after marking "singleton : true" we see 16 "V8 DefaultWorker" threads started on a 32 cpu box. Is there a way to limit these in the yaml with some parameter ? Or do I have to change code and rebuild envoy ? --concurrency doesn't help in configuring these as that is only for worker threads. Tried doing a google search for this issue but nothing turns up.

贡献者指南