Cgroup Memory (proto)
This extension has the qualified name envoy.resource_monitors.cgroup_memory
Note
This extension is functional but has not had substantial production burn time, use only with this caveat.
This extension does not operate on the data plane and hence is intended to be robust against untrusted traffic.
Tip
This extension extends and can be used with the following extension category:
This extension must be configured with one of the following type URLs:
extensions.resource_monitors.cgroup_memory.v3.CgroupMemoryConfig
[extensions.resource_monitors.cgroup_memory.v3.CgroupMemoryConfig proto]
{
"max_memory_bytes": ...
}
- max_memory_bytes
(uint64) Optional max memory limit in bytes used for memory pressure calculations. If set, this value is used as an upper bound on the memory limit, taking the minimum between this value and the system’s cgroup memory limit. If not set, the system’s cgroup memory limit is always used.