Frigate LXC using 7GB in /var/lib/lxc

dmpm

Member
Dec 29, 2023
79
3
8
I noticed that my server was using a lot more space on local than my Dad's server, and I tracked it down to my Frigate LXC, which isn't currently running but is no. 119, which has created over 7GB of files /var/lib/lxc/119. Every other LXC only has a few KB of files, so why has the Frigate LXC used so much space in this folder and can I delete these files?
 
Check with something like this
Code:
apt install -y gdu
gdu /var/lib/lxc/119
 
Check with something like this
Code:
apt install -y gdu
gdu /var/lib/lxc/119
I already had ncdu installed, which is what helped me identify that all the space was being used by this folder.

As this screenshot show, it's using 7.3GB.