I have a OpenSUSE 15.1 Virtualbox machine that aborted after about 6 days.
It restarted fine. It is the only VM that has teamviewer-suse active at boot.
At the suggestion of the VM specialist - that I monitor free memory with free.
He was correct - that something was eating ram. It is teamviewer.
My temporary cure is a root cron entry to systemctl restart teamviewerd at 7 and 19 hours.
I see the free memory go back to boot normal right after the restart of teamviewerd.
This is an information about teamviewer 15.4.4445 dated Mar 20, 2020 from this repo
I had to get the most recent teamviewer release to connect to remote users that were ahead of OpenSUSE's version of teamviewer.
It restarted fine. It is the only VM that has teamviewer-suse active at boot.
At the suggestion of the VM specialist - that I monitor free memory with free.
He was correct - that something was eating ram. It is teamviewer.
My temporary cure is a root cron entry to systemctl restart teamviewerd at 7 and 19 hours.
I see the free memory go back to boot normal right after the restart of teamviewerd.
This is an information about teamviewer 15.4.4445 dated Mar 20, 2020 from this repo
Code:
VM1:/etc/zypp/repos.d # cat teamviewer.repo
[teamviewer]
name=TeamViewer - $basearch
baseurl=http://linux.teamviewer.com/yum/stable/main/binary-$basearch/
gpgkey=http://linux.teamviewer.com/pubkey/currentkey.asc
gpgcheck=1
enabled=1
autorefresh=1
type=rpm-md
failovermethod=priority
VM1:/etc/zypp/repos.d #