I'm having trouble getting a handle (figuratively) on how much memory I can use in my fairly large JavaScript application. I want to be able to make changes and determine whether my changes have a big or small affect. All I know how to do right now is push my app over the edge and have it crash completely.
For example, if I create six tab pages and simply hide the ones not being shown I run of memory. I want to know how much affect hiding the 5 tabs will have, and also if one of the tabs happens to be huge.
Any tools to look at this? Though my target is primarily IPad, I can test in google pretty well so I'm guessing memory allocations will be similar.
Thanks for any insights.