Posts: 7748
Threads: 42
Joined: Jun 2015
Reputation:
446
If the device runs out of memory it will reboot automatically. Nothing can be done about this.
96% memory usage is not normal, usually it is around 20%-30%. How many trends do you have? Also check the database size inside a backup.
Posts: 6
Threads: 0
Joined: Sep 2023
Reputation:
0
Hi. I am user of SL machine, about wich Alex asked a question.
I am running 29 trends an my backup file is 8,3 Mb.
Why do i see this log: Sep 19 05:37:15 spaceLYnk daemon.info avahi-daemon[1151]: Found user 'nobody' (UID 65534) and group 'nogroup'?
Posts: 4622
Threads: 24
Joined: Aug 2017
Reputation:
206
What is the total size of all trends?
------------------------------
Ctrl+F5
Posts: 7748
Threads: 42
Joined: Jun 2015
Reputation:
446
Install Processes app, sort table by %VSZ in descending mode and drop a screenshot here.
Posts: 4622
Threads: 24
Joined: Aug 2017
Reputation:
206
------------------------------
Ctrl+F5
Posts: 7748
Threads: 42
Joined: Jun 2015
Reputation:
446
It looks like you have a loop in event scripts where one script executes another and at some point the system runs out of memory due to having too many processes. Check that event scripts don't use long os.sleep() calls unless the script execution mode is set to first or last instance.