I'm developing an App for the Fenix 3 and it consumes 59KB. I already had it crash once for running out of memory but it only happened once. How do I bring this footprint down?
I already did some optimizations to reduce the number of variables I use and to try not to create too many objects. It helped a bit but nothing drastic. What sort of objects or variables are the ones that consume the most space? Any tips ?
The memory per app should grow to 128 KB, just like Chronos. !
Thanks
Jesus