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

Consider pruning osbuild data from cache qcow2 #3993

Open
jlebon opened this issue Dec 17, 2024 · 1 comment
Open

Consider pruning osbuild data from cache qcow2 #3993

jlebon opened this issue Dec 17, 2024 · 1 comment

Comments

@jlebon
Copy link
Member

jlebon commented Dec 17, 2024

Once in a while, when building a disk image I hit ENOSPC on the cache qcow2 so then I have to delete it so it gets recreated. I think the issue here is that we never prune from there. But it would make sense to do so whenever we prune builds.

@dustymabe
Copy link
Member

hmm. we try to limit the amount of data used by telling OSBuild a size for its cache:

--cache-max-size 20GiB \

If the GC there wasn't working you wouldn't be able to do more than a few builds without it filling up.

It would be nice if we characterized the leak a bit more to find exactly what directories were only getting larger over time.

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

No branches or pull requests

2 participants