Hi All,
I have created a UI that displays 3-4 charts in the UI.
I notice the following
As soon as these charts load up the IE memory shoots up to around 400 Mb which is understandable because some of these charts are like tables displaying upto a thousand rows.
I notice the more I refresh these charts the more IE memory increases.
From a simple walkthrough of the code multiple times, I couldn't find any leaks or any data structures who size was increasing. I am using Flex builder 2. I have a few questions:
- When does Flash free the memory ? Can I IE return that memory to the OS ?
- Is there a known memory leak in
Flash ? - What are the tools that could possible help me ?
- Does any programming best practise like making unused Objects explicitly as null, help ?
thank you very much.
I have one more question, it seems that the IE doesn't release any memory at all unless it is minimised ?