Hi, You can view object created in profiler and can make garbage collection through profiler just to make memory free for temperory perpose(which will not help in performance of your application), if you want to clear your application memory you can call garbage collector function in your code.
System.gc() :- this will force your application to make object garbage if it is not been used for long time. Mahesh Parate. On Jun 18, 10:42 am, rakesh amety <[email protected]> wrote: > Do the profiling identify loitering objects and try to remove them. > > Thanks, > Rakesh Kumar Amety.On Fri, Jun 18, 2010 at 4:44 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]<flex_india%[email protected]> > > . > > 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.

