Skip to content

[GR-50665] Make the snippet template cache global instead of per snippet. #11443

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

graalvmbot
Copy link
Collaborator

The snippet caches can take up considerable amount of memory. In order to reduce the overall number of cached snippet graphs while keeping a low cache miss rate, this change moves the snippet caches to a global LRU cache instead of individual caches per snippet.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 18, 2025
@graalvmbot graalvmbot changed the title [WIP][GR-50665] Make the snippet template cache global instead of per snippet. [GR-50665] Make the snippet template cache global instead of per snippet. Jun 19, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants