Jam hogging all disk space, eventually crashes s9

Seems there’s some kind of bug right now where if you leave jam running it will hog all disk space eventually causing a crash on the start9 node due to lack of ssd space. This happens over a period of many months with the node running, but slowly jam eats away at disk space.

I’ve heard from others it may be due to logs from jam not being rotated out? Posting here for hopefully a fix.

Yes it seems to be a bug.

Where did you hear about it? I imagine this will be fixed in the next release. Until then, you may need to manually remove logs every now and then with…

sudo rm -rf /embassy-data/package-data/volumes/jam/data/jam/logs/*
1 Like

thanks appreciate it