envoyproxy/envoy

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

Open

#38 468 ouverte le 16 févr. 2025

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/overload_managerenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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"

Guide contributeur