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.

link|improve this question

46% accept rate
The 'Task Manager' in Chrome gives some indication of memory usage for a page. – sje397 Dec 31 '11 at 2:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.