Disk Storage of Instance is Full

Hi, I installed sentry in instance with storage = 15 GB
It’s only 2 days and my storage disk is already full.

When i go to /var/lib/docker/overlay2, i list which folder eating my disk space

Then, this sub folder in every folder that i’ve listed, has large size

I think if i keep adding my disk storage, in the end it will get full. How to solve this?

1 Like

That looks quite suspicious. Can you share more details around how you set up Sentry?

I would suggest to move to devmapper if you are in test, but better to LVM if you are in prod, as suggested in official Docker documentation

Can you explain a bit more about how LVM will resolve overlay2 taking up TB of space?