We have developed rails reports and deployed in server, report have some hierarchy levels..... Initially we have less volume of data in database table and report is running with fine performance... after few months,reports get very slower, we thought that this could be because of data increased in database table ( nearly 11 lakhs of records in table)..... Then i created index and report has shown better performance than old.... after 1 year, again reports are showing poor performance..... So we have decided to monitor memory related issues and used ''top'' and ''free'' commands to monitor memory.... as per our analysis, 1) at start, used memory was 100MB and free memory was 500MB. 2) When i continuously used complex report(i visit some hierarchy level or sub links) ,at first level shows good performance...then i move forward to next and next level reports the performance get very poor. 3) The free memory was reduced to 150MB...used memory was increased to 400MB..... 4) the free memory is not released even after the report shows result... So we suggest to release used memory by forcing garbage collection manually..... Kindly tell me how to call garbage collection manually or any other ideas are also welcome.... Thanks.... -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.