system.gc forcefully starts the garbagecolllection process and queues up a garbage collection pass for the next frame interval. you can refer the following URL for more understanding... http://www.justsuppose.com/some-systemgc-and-systemtotalmemory-tips/
On Jan 21, 9:27 am, Santosh <[email protected]> wrote: > Hi Sravan, > > The most typical job with flex is garbage collection.By calling > system.gc() will not garbage collect your unused objects, i tried > system.gc() in webapplication(not air) > go through this links which might help you > > http://flex4examples.wordpress.com/tag/memortymangement/http://www.craftymind.com/2008/04/09/kick-starting-the-garbage-collec... > if you found any links on garbage collection keep update with this > post. > > Regards > Santosh Kumarwww.techflex.blog.com > On Jan 21, 9:07 am, Shalu <[email protected]> wrote: > > > > > System.gc(); > > > On Jan 20, 5:15 pm, saravana kumar <[email protected]> wrote: > > > > How to apply the garbage collection in flex 4 > > > > Can any one send the sample please. > > > > Regards > > > Saravanan- 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]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

