envoyproxy/envoy

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

Open

#38.468 aperta il 16 feb 2025

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/overload_managerenhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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"

Guida contributor