Hello everyone! I'm almost new to OpenComputers. Now i wrote a program for a Tier 2 Computer with 2 Tier 2.5 Memorys inside. After a while the Program Crashs with Out of Memory. If i restart the Program, a few seconds later the whole Computer crash into Bluescreen. Is there a method to get around this?
-----------------
--Configuration--
-----------------
local programName = "Fluid Monitor"
local programVersion = "v0.02"
local latenz = 0.5
local showRAM = false
--Farben des Bildschirms
local mainBackground = 0x0000FF
local mainForeground = 0xFFFFFF
local titleBackground = 0x333333