Re: [Evolution] Evolution painfully slow
- From: Matthias Apitz <guru unixarea de>
- To: "Patrick O'Callaghan" <poc usb ve>
- Cc: evolution-list gnome org
- Subject: Re: [Evolution] Evolution painfully slow
- Date: Sat, 25 Jul 2009 07:49:04 +0200
El día Friday, July 24, 2009 a las 01:15:00PM -0430, Patrick O'Callaghan escribió:
On Fri, 2009-07-24 at 10:10 -0700, Jonathan Ryshpan wrote:
Evolution (evolution-2.26.3-1.fc11.x86_64 running under Fedora-11) is
painfully slow performing some actions. In particular, I've been
clearing out the the 1579 deleted messages in my Junk folder for the
past hour. The status (bottom) line has been displaying:
Updating Search Folders for 'On This Computer:/phred' (...)
during this whole time. All data is local to my computer; no external
servers, databases, etc.
Has anyone else seen this or a similar problem? Any ideas what's going
on?
Have you tried vacuuming the database?
#!/bin/sh
cd ~/.evolution/mail/
for i in `find . -name folders.db`
do
echo "Rebuilding Table $i"
sqlite3 $i "vacuum;"
done
poc
Hola Patric,
Could you please spend a few words about the background of your recipie;
Maybe it also deserves a chapter in the FAQ about troubleshooting?
Thx
matthias
--
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <guru unixarea de> - w http://www.unixarea.de/
People who hate Microsoft Windows use Linux but people who love UNIX use FreeBSD.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]