You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Sat 2019.12.14
What is the size of the app being run @feugy?
Having the value free before upload and the difference in both cases would help here.
I've manage it with a better minification (thank you "terser's mangle" option!).
One thing I'd like to confirm.
With IDE minification disable, when I load my code straight to the bangle,
process.memory().free
returns 1023 when the app starts.When I store the exact same code on the bangle storage, and start the app with the launcher, the number of free blocks drops to 692.
Is the difference due to the app launcher itself?
Is there some memory I could reclaim?