Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document new Envoy resource manager functionality #1432

Closed
kralicky opened this issue May 22, 2024 · 1 comment · Fixed by #1472
Closed

Document new Envoy resource manager functionality #1432

kralicky opened this issue May 22, 2024 · 1 comment · Fixed by #1472
Labels

Comments

@kralicky
Copy link
Contributor

New memory management features added in this PR: pomerium/pomerium#5106

This system is automatic, but users can disable it using a runtime flag. There are no other user-adjustable options. It would be helpful to note that this system exists and how it interacts with pod resource limits (it is enabled if you have a memory limit set, otherwise it is disabled).

A list of the current (hard coded for now) memory usage % thresholds at which specific memory-reducing actions are taken is here: https://github.com/pomerium/pomerium/blob/42bb706a9cd0c9828550e6d141e7c63263e0bfad/pkg/envoy/resource_monitor_linux.go#L56-L82

@kralicky kralicky added the docs label May 22, 2024
@ZPain8464
Copy link
Contributor

I will start documenting this feature this week, sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants