E

Inquiry about cache usage method

Summary

The user is inquiring about a method to check the usage of cache.

Status
resolved
Tags
    Source
    #earthly
      j

      jroberts

      8/9/2024

      ok thanks. I will give it a try

      b

      brandon

      8/8/2024

      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

      j

      jroberts

      8/8/2024

      i'm using buildkit_image: earthly/buildkitd:v0.8.14-ticktock

      j

      jroberts

      8/8/2024

      I have it set to 50% in config, and have allocated docker 300GB of disk

      j

      jroberts

      8/8/2024

      hey, is there a way to see how much of the cache is being used?

      b

      brandon

      8/8/2024

      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.