You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
yes , @KBaichoo thanks for your comments here.
At least in our case we need it since we were using bytehound (just support jemalloc) for memory profiling debug.
Let's keep in track, we can trying to fix it, but may be also need some support from community.
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:
The text was updated successfully, but these errors were encountered: