On 02/12/2011 07:13 PM, M. Fioretti wrote:
Oh, and when I said "the system is slow even if firefox isn't running" I meant that I *had* run "killall firefox". I think between this and
Regarding firefox ..could you go in ~/.mozilla/firefox/_your_profile_.default and do : for i in *.sqlite; do echo "VACUUM;" | sqlite3 $i; done
assuming that you have sqlite installed
HTH, Adrian