26.09.2023, 09:43
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.