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

fix: DH-18798 - token cache growing unbounded (#2374) #2377

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

mattrunyon
Copy link
Collaborator

Cherry pick back to vplus

This adds a cache for the token cache. I tested this was actually causing the issue by adding some code to the cell renderer to prefill the cache to 1 million items. It hung around 200k without the max. With max it prefills just fine (cleaning out every 10k) and doesn't hinder performance.

This adds a cache for the token cache. I tested this was actually
causing the issue by adding some code to the cell renderer to prefill
the cache to 1 million items. It hung around 200k without the max. With
max it prefills just fine (cleaning out every 10k) and doesn't hinder
performance.
@mattrunyon mattrunyon self-assigned this Feb 27, 2025
@mattrunyon mattrunyon merged commit 18b5f58 into deephaven:release/v0.78 Feb 27, 2025
8 checks passed
@mattrunyon mattrunyon deleted the dh-18798_vplus branch February 27, 2025 17:54
@github-actions github-actions bot locked and limited conversation to collaborators Feb 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants