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

Disable status poller cache by default #1012

Merged
merged 1 commit into from
Nov 18, 2023
Merged

Conversation

stefanprodan
Copy link
Member

As observed in the benchmarks performed with https://github.com/stefanprodan/flux-benchmark, the status poller cache fills all the available memory when reconciliation hundreds of resources in-parallel in a single namespace. Disabling the cache by default makes the controller perform better at scale, but users can reenable the cache with --feature-gates=DisableStatusPollerCache=false.

Part of: fluxcd/flux2#4410

The status poller cache fills the all the available memory
when reconciliation hundreds of resources in a single namespace.

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the area/kstatus Health checking related issues and pull requests label Nov 17, 2023
@stefanprodan stefanprodan merged commit 9f97c19 into main Nov 18, 2023
7 checks passed
@stefanprodan stefanprodan deleted the disable-status-cache branch November 18, 2023 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kstatus Health checking related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants