27.09.2023, 05:23
(26.09.2023, 09:43)admin Wrote: 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.
Thank you for your answer, it helped me get to the problem.
We had multiple timers running for 80 min because of an human error, and when i changed it back to 4 min, as it should be, everithing is working perfectly.