sipcapture / homer7-docker

HOMER 7 Docker Images
93 stars 84 forks source link

Loki wal use big part of diskspace #123

Closed perrfect closed 2 years ago

perrfect commented 2 years ago

Hello. Loki in docker-compose usages very intensively disk space. Size per week about 20Gb. Inside the loki docker container this space is used by directories:

/loki/wal /tmp/loki/chunks

Which options in loki configs should I use for reducing the use of space on a disk or enable rotation for these directories?

lmangani commented 2 years ago

Hello @perrfect Loki is optional and literally duplicates all traffic - if you're not using it just disable it and drop the volumes. If you're using it for integrations, etc then refer to the loki configuration to adjust retention time.

Hope this helps!