Are you using an up to date firmware? Some older firmwares might have had some memory leaks that could have caused problems.
Otherwise, please could you run trace() and copy the output to a file, then run nrf.sendstring(..) a few times, and run trace() again and save the output. It'll contain your code, so if you're worried about sharing it online you could e-mail it to me.
It should help me to find out why the memory usage is increasing.
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.
Are you using an up to date firmware? Some older firmwares might have had some memory leaks that could have caused problems.
Otherwise, please could you run
trace()
and copy the output to a file, then runnrf.sendstring(..)
a few times, and runtrace()
again and save the output. It'll contain your code, so if you're worried about sharing it online you could e-mail it to me.It should help me to find out why the memory usage is increasing.