## The symptom

Flipt v2.0.1 in Kubernetes consumes 550-800 MB of memory with only 4 flags,
configured with 4 environments backed by 2 git storage projects. The git repos
are GitOps repos for ArgoCD with substantial history, and Flipt appeared to
hold far more of that history in memory than needed.

## The fix

Upgrade to Flipt 2.6.0 or later. The fix reduced how much git history Flipt
keeps in memory for git-backed storage. The reporter confirmed memory usage
dropped dramatically after upgrading ("far far better").

## How to tell it is this bug

- Flipt v2 with git storage, memory in the multi-hundred-MB range.
- The backing repos have deep history (GitOps repos usually do).
- Flag count is small, so the memory is clearly not from the flags themselves.

If you see that shape, do not tune resource limits first. Upgrade to 2.6.0+.