Page 1 of 1

Lua function to override memory limit

Posted: Sun Jun 02, 2019 5:25 pm
by psfp
Hi guys,

What is this Lua function to override memory limit mentioned in 2.15 firmware changelog? I didn't find anything about it. I'm having memory issues after I updated my RCP MK3 from 2.14 to 2.16.

Regards,

Posted: Mon Jun 10, 2019 8:40 pm
by psfp
Alright, the Lua function is:

setMaxMem(x)

Where "x" is the memory value set by the user.

Posted: Fri Jun 28, 2019 9:12 pm
by brentp
That's correct.

In the upcoming firmware (2.17.0) we are doing some optimizations that will free up about 1K more of space. Every bit matters!