If you need to you can actually look in global["\xff"].timers to see what intervals are running - might be some help?
global["\xff"].timers
For the 'out of memory' problem you should hopefully see the memory usage keep rising over time as well.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
If you need to you can actually look in
global["\xff"].timers
to see what intervals are running - might be some help?For the 'out of memory' problem you should hopefully see the memory usage keep rising over time as well.