-
Notifications
You must be signed in to change notification settings - Fork 27
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
Feature request: manage local layer caches #141
Labels
feat
New feature or request
Comments
GarbageCollect Design:
Note: It seems gc also has a concurrency problem. This problem can be solved by gc func self or cc @imeoer. |
This was referenced Jul 4, 2023
Merged
Remaining work:
cc @imeoer. |
This was referenced Aug 30, 2023
@imeoer It looks like this job is done, let's close this issue and make a release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before #140, the local layer caches were managed by contained service, nowadays we need to manage the layer caches ourselves.
Inspired by contained , we can add a bolt to record the changes of the local layers and clear them by LRU.
The text was updated successfully, but these errors were encountered: