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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: