Cache in wrong directory #2220
Unanswered
mcondren
asked this question in
Ask A Question
Replies: 1 comment 3 replies
-
Can you post your full compose file? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All.
I wanted to ask here first to see if I am doing anything wrong. I noticed my disk filled up and the culprit was 200GB in the docker overlay for frigate, which I assume is the default cache folder location.
I’m confused as to why it’s in that location. I had created a ram disk as specified in the docs and put this in my docker-compose file.
volumes:
target: /tmp/ramdisk
tmpfs:
size: 1000000000
however, that is empty and it’s dumping hundreds of gigs in
du -h --max-depth=1 2> /dev/null | sort -hr | tail -n +2 | head
201G ./merged
200G ./diff
8.0K ./work
❯ pwd
/var/lib/docker/overlay2/a5ab7a4b2509061bb8ed9a56f7e7d346f64c03a4291f18a396a3c8ca1208a669
And /tmp/ramdisk is empty
Beta Was this translation helpful? Give feedback.
All reactions