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

Investigate Cache Usage and Memory #2964

Closed
manno opened this issue Oct 18, 2024 · 2 comments
Closed

Investigate Cache Usage and Memory #2964

manno opened this issue Oct 18, 2024 · 2 comments

Comments

@manno
Copy link
Member

manno commented Oct 18, 2024

With the switch to controller-runtime we can optimize the cache usage of the controllers. We also need to make sure there are no memory leaks in the controllers.

Exercise the controllers and investigate the cache usage with pprof (see https://github.com/rancher/fleet/blob/main/docs/performance.md).
Optimize the cache usage, e.g. by excluding sensitive or large resources with little re-use, like secrets, contents and bundles.

@manno manno added this to Fleet Oct 18, 2024
@manno manno converted this from a draft issue Oct 18, 2024
@kkaempf kkaempf added this to the v2.10.0 milestone Oct 21, 2024
@manno
Copy link
Member Author

manno commented Oct 22, 2024

The old continuous pprof code can be deleted. #2976
Pyroscope is easy to add to a dev build: https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/

@manno
Copy link
Member Author

manno commented Oct 23, 2024

No issues were found.

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

No branches or pull requests

2 participants