Run the profiler and try the garbage collector.It will remove the unused objects, however if the object have events or binding to other components then it does not goes for garbage collection. Remove the events and binding when the screen disappers in the application and do reverse when they appear.
Thanks and Regards, Vinay On Jun 18, 4:14 am, hari b <[email protected]> wrote: > Hi Guys, > I was running my flex application and left it running over night. > I noticed that it had a memory leakage issue. The memory leakage was huge > upto 1.5gb > > *Is there is way i can find out from where (which screen? and which > component?) the memory is leaking in my application.??* > > -- > Best Regards, > Hari -- 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.

