Hi,
We are developing a CRM application using Flex. The SWF size is 1.5 MB. The application has around 15 tabs. When all the tabs are visited once the application shows a memory foot print of 400 MB in the windows task manager. I used flex profiler but there is no memory leak. I was wondering that how flex handles garbage collection because once the tabs are created they never seem to be releasing any memory. Also flex profiler shows that my Datagrid header renderer occupies 40% of the total memory consumed. Can someone suggest ways of reducing the memory foot print and show an ideal way of writing a header renderer (we use it for full database sort). Regards, Nirav Gosalia

