Hi there,
After a couple of hours, my instance of HAss is being “killed” without any reason…
I’m running on 0.39.1…
Any ideas?
Thanks in advance
Hi there,
After a couple of hours, my instance of HAss is being “killed” without any reason…
I’m running on 0.39.1…
Any ideas?
Thanks in advance
How is your RAM usage? It’s possible your system is killing non-essential processes when resources get low. Look in /var/log/syslog for lines like this:
Mar 2 03:48:53 kernel: [517875.586766] **Out of memory**: Kill process 17176 (mysqld) score 423 or sacrifice child
Mar 2 03:48:53 kernel: [517875.587242] Killed process 17176 (mysqld) total-vm:1124876kB, anon-rss:213592kB, file-rss:0kB
And/or if you have hass running as a service try running this (after you’ve noticed it stopped):
sudo service [your_service_name] status