I am working on an application that is very JavaScript heavy. I'm concerned about runtime performance. I'm currently using the "record heap allocations" profiling feature in Google Chrome. My question is, if I am supporting users that will be viewing this app on iOS and Android devices, what is a reasonable acceptable level of memory usage?
Thank you so much