Unexpected purge/re-backup behaviour So far so good on the purge/backup behaviour - no repeats since installing 2.5.
That said, it's become VERY memory hungry - currently chewing up over 10GB of memory in idle state:
keith@here ~ $ free -m
total used free shared buff/cache available
Mem: 15998 14998 186 98 813 527
Swap: 15623 10 15613
keith@here ~ $ ps -aux | grep Cloud
root 1540 0.4 31.1 6852820 5099088 ? Sl Aug05 71:37 /opt/local/CloudBerry Backup/raw_bin/cbbWebAccess
root 1546 0.1 31.1 5946832 5103884 ? Sl Aug05 31:49 /opt/local/CloudBerry Backup/raw_bin/cbbLocalManagement
keith 12773 1.2 0.4 602484 75600 ? Sl 08:44 0:00 /opt/local/CloudBerry Backup/raw_bin/cbbGUI
keith 12905 0.0 0.0 14228 1088 pts/1 S+ 08:45 0:00 grep --color=auto Cloud
Swappiness is set to pretty much disable it (never been a fan of an SSD being hit hard as a result of bad memory management) so I'm guessing if I were to go digging it would be CloudBerry that's triggered the swap too.
Is this something that's already on the radar to be fixed? Can the background processes be forcibly reset by the CLI to release that memory?
Thanks,
Keith