Hi, Have a look at this below url may this be helpful to you http://www.arpitonline.com/blog/2008/02/16/flex-optimization-tip-arraycollectionremoveall-vs-arraycollectionsource-new-array-is-this-a-bug/
On Feb 11, 11:19 am, nithya flex <[email protected]> wrote: > is your old object beign reffred by any other component in the application, > check that first. > > simply don't change data, frist make ac null, then add new ac > > paste u r code if possible > > > > On Thu, Feb 11, 2010 at 8:57 AM, raj <[email protected]> wrote: > > Hi, > > > I am not using any renderer and event listeners. > > Its simply an array collection of objects. > > Each object is having around 300 properties. > > I am creating the arraycollection and assigning this as dataprovider. > > But whenever I change the source of the array collection, the old > > objects > > exist in memory. The memory is keep on increasing. I've tried with > > profiler also. > > > Please help me > > > Raj > > > On Feb 10, 4:44 pm, nithya <[email protected]> wrote: > > > if you are chaning the data provider it wil cause such a problem. > > > > Are you adding any component inside the datagrid. if yes what kind of > > > render you are using > > > > On Feb 10, 10:40 am, bala subramanyam <[email protected]> wrote: > > > > > Hello Raj > > > > > Use removeall function or make new instance when ever you... change > > > > dataprovider > > > > -- > > > > Baluvasireddy- Hide quoted text - > > > > - Show quoted text - > > > -- > > You received this message because you are subscribed to the Google Groups > > "Flex India Community" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<flex_india%2bunsubscr...@googlegrou > > ps.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/flex_india?hl=en. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

