*$ for f in ~/.mozilla/firefox/*/*.sqlite; do sqlite3 $f 'VACUUM;'; done* anish** On Wed, Feb 18, 2009 at 10:04 AM, Anish .C <[email protected]> wrote:
> Guys try this > > 1. Close all firefox browsers > 2. open a Terminal > 3. enter the following > $> *for f in ~./mozilla/firefox/*/*.sqlite;do sqlite3 $f > 'VACUUM;';done* > > Run your browser again and check whether the issue is solved or not. > > Regards, > > anish** > > > On Tue, Feb 17, 2009 at 10:48 PM, Shino Jacob <[email protected]>wrote: > >> >> I did, you can try it. >> Another thing is firefox does have a memory leak. Memory allocated is >> not correctly reclaimed by os. >> >> On Tue, Feb 17, 2009 at 10:13 PM, Ashik S <[email protected]> wrote: >> > >> > I don't think so . :) did you go through the link i sent ? >> > >> > >> > > >> > >> >> >> >> -- >> Miles to go before I Sleep >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en -~----------~----~----~----~------~----~------~--~---
