I have posted a few things on my blog about flex memory leaks and other performance issues. The first post is http://blog.fastlanesw.com/?p=14

That post describes issues I encountered with unbounded memory growth when binding my DataGrid controls directly to e4x XML data returned from an HTTPService and ways to work around it.

hth
Scott

mohneeshs wrote:

Here are the info about what the page is-

The page has some tabs painted by using tab navigator and a timer
schedule to run once after a pre configured time. Apart from this
there is nothing much component wise on the screen.

After commenting out the timer i cannot see any increement on the
memory usage.

--- In [email protected] <mailto:flexcoders%40yahoogroups.com>, "elvezpablo" <[EMAIL PROTECTED]> wrote:
>
> The best resource I've found for memory management was written up by
> Grant Skinner:
>
> http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html <http://www.gskinner.com/blog/archives/2006/06/as3_resource_ma.html>
>
> He also wrote an article which is somewhat shorter on the Adobe Flex
> site.
>
>
> --- In [email protected] <mailto:flexcoders%40yahoogroups.com>, "mohneeshs" <mohneeshs@> wrote:
> >
> > Hi
> >
> > I am new to flex. I came across a behavior of flex memory usage
for
> > which i am not able to find any explanation . When i open my app
in the
> > browser the memory usage by the browser increases without
performing
> > any event on the app. I have all my listeners registered with
weak
> > references. I have seen this thing happening on Flex version 2,
IE 6
> > and firefox 2.
> >
> > Any pointers about what all can be the factors which will cause
this?
> >
> > Thanks and Regards
> >
>


Reply via email to