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"

貢獻者指南