envoyproxy/envoy

Why overload manager can't work if envoy build with out Tcmalloc and using jemalloc

开放

#38,468 创建于 2025年2月16日

 (2 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/overload_managerenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Description:

If config overload manager with envoy.resource_monitors.fixed_heap as resource monitor and with tcmalloc= disable This overload manager seems not work. So if we are using jemalloc , this Envoy overload manager seems not work ? So why ? and how to fix this problem if we still need use jemalloc and we also want the overload manager work.

resource_monitors:

  • name: "envoy.resource_monitors.fixed_heap"

贡献者指南