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

cache: set max batch size limit to prune #4413

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

tonistiigi
Copy link
Member

@tonistiigi tonistiigi commented Nov 9, 2023

Avoid keeping the cache manager lock for too long. Note that prune is already batched based on deletion criteria and when items become releaseable. This adds extra limit to make sure it never gets very large.

Ref #4401

@tonistiigi
Copy link
Member Author

Looks like it breaks a mergeop test 🤔

Avoid keeping the cache manager lock for too long. Note
that prune is already batched based on deletion criteria
and when items become releaseable. This adds extra limit
to make sure it never gets very large.

Signed-off-by: Tonis Tiigi <[email protected]>
@tonistiigi tonistiigi merged commit 107db64 into moby:master Nov 15, 2023
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants