signal-cli-rest-api
signal-cli-rest-api copied to clipboard
Signal-cli-rest-api container creates temporary SQLITE_DB files in the node that consumes disk space
The problem
The files below tend to pile up in any one of the folders in this directory "/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/". e.g. "/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs/snapshots/182/fs/tmp/". The pile up in a short space of time which require the container to be restarted frequently in order to deal with the pile up. What causes these files? why are they piling up rapidly? what is the best solution that doe not involve having to restart the container all the time or having to manually delete them?
Are you using the latest released version?
- [x] Yes
Have you read the troubleshooting page?
- [x] Yes
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
Normal Mode
What's the architecture of your host system?
x86-64
Additional information
Restarting the container removes this problem but this is not sustainable.