[Bug 282704] KDE 4.7 is very slow on ext3 root partition

Jaime Torres jtamate at gmail.com
Mon Nov 7 08:13:53 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=282704





--- Comment #9 from Jaime Torres <jtamate gmail com>  2011-11-07 08:13:53 ---
If they do not differ for lancelot, then it should be another problem.
I've been looking for disk sync() calls in kde code and I've seen none. Only
fsync() calls, that are normal when you want to ensure all the data stored in
the memory buffers is actually stored in the disk file (unless they are called
in a loop, and I've seen none so far).

Let's try another approach then:
http://www.redhat.com/support/wpapers/redhat/ext3/

Let's change the data option with the three possibilities to see if it is
really a problem with ext3 options:

in the /etc/fstab, in the line for the / partition, in the fourth column, add
or change (the options are separated with ,):
* data=writeback
* data=ordered
* data=journal

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list