Disk space becomes full when running HL Fabric
Siddharth Jain
Hi,
I left the
balance-transfer app running on my server for a few days and now there is no more space on the disk.
$ df -h --total
Filesystem Size Used Avail Use% Mounted on
udev 1.7G 0 1.7G 0% /dev
tmpfs 342M 36M 307M 11% /run
/dev/sda1 30G 30G 0 100% /
tmpfs 1.7G 0 1.7G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.7G 0 1.7G 0% /sys/fs/cgroup
/dev/sdb1 50G 52M 47G 1% /mnt
tmpfs 342M 0 342M 0% /run/user/1000
total 84G 30G 53G 36% -
I barely did a few transactions. How can I prevent this from happening? Is it because of the logs?
I can't even take down the network gracefully as I get error below when I try to do it:
$ docker-compose -f ./artifacts/docker-compose.yaml down
[53175] INTERNAL ERROR: cannot create temporary directory!
How do I take down the network?
Could someone please help me? Thanks,
Sid
|
|