Skip to content

Commit e1dad01

Browse files
committed
clarification
Signed-off-by: clux <[email protected]>
1 parent 775590b commit e1dad01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blog/posts/2024-06-11-reflector-memory.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ __So far__, we have seen controllers with a basically unchanged profile, some wi
156156

157157
## Thoughts for the future
158158

159-
The fact that you can get >80% percent improvements from not using stores does hint at a further future optimization, allowing users to opt-out of the "store completeness" guarantee.
159+
The 2x overhead here does hint at a potential future optimization; allowing users to opt-out of the "store completeness" guarantee.
160160

161161
!!! note "Store Tradeoffs"
162162

163-
It is possibly to build custom stores that avoids the buffering of objects on restarts by dropping the store completeness guarantee. This is not practical yet for `Controller` uses, due to requirements on `Store` types, but perhaps this could be made generic/opt-out in the future.
163+
It is possibly to build custom stores that avoids the buffering of objects on restarts by dropping the store completeness guarantee. This is not practical yet for `Controller` uses, due to requirements on `Store` types, but perhaps this could be made generic/opt-out in the future. It could be a potential flattener of the peak usage.
164164

165165
As a step in the right direction, we would first like to get better visibility of our memory profile with some automated benchmarking. See [kube#1505](https://github.com/kube-rs/kube/issues/1505) for details.
166166

0 commit comments

Comments
 (0)