I have problem with getting close to the memory limit (~56kb).
My app has about 3000 lines of code, so probably that's the reason.
I disabled all functionality, just run empty view, it took about 50kb.
Looks like even if you don't reference other modules, it load all the code (entry points of classes, methods, static vars and so on).
I don't have almost nothing device-specific, so solution with separating project for different devices will not help.
Are there any other solutions to reduce memory usage?
Or maybe you can explain more about memory management in ConnectIQ (are there any kind of heap, stack, where code and objects storage...).
Thanks in advance