Memory usage for sccd balloons and has to be restarted every few days. This isn't ideal for a daemon that should be running continuously.

I don't know what causes the ballooning but it's fairly easy to recreate: just leave sccd running.
$ sccd --version
SCC Core Daemon version v3.2.0.0-0d10c8e58
$ uname -srvmpio
Linux 5.13.0-44-generic #49~20.04.1-Ubuntu SMP Wed May 18 18:44:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
The result being that resources on the server end up starved and the OOM killer kicks in. This can kill the daemon causing corruption of the local files and results in even longer downtime as it needs to re-sync.
Memory usage for
sccdballoons and has to be restarted every few days. This isn't ideal for a daemon that should be running continuously.I don't know what causes the ballooning but it's fairly easy to recreate: just leave
sccdrunning.The result being that resources on the server end up starved and the OOM killer kicks in. This can kill the daemon causing corruption of the local files and results in even longer downtime as it needs to re-sync.