Summary
The user is inquiring about a method to check the usage of cache.
jroberts
ok thanks. I will give it a try
brandon
I know we show the amount of cache used when using satellites, but I don't think there's an easy way to tell with a local buildkit. That seems like adequate disk though, but pruning might be worth a try if you're getting cache miss issues. Especially if this is a local buildkit, I've encountered it locally before
jroberts
i'm using buildkit_image: earthly/buildkitd:v0.8.14-ticktock
jroberts
I have it set to 50% in config, and have allocated docker 300GB of disk
jroberts
hey, is there a way to see how much of the cache is being used?
brandon
That is unexpected to me. A common reason for unexpected cache-miss is that the cache is full. Could try earthly prune
to see if that helps.