Summary: | baloo_file_extractor slows down whole system while extracting big tar file | ||
---|---|---|---|
Product: | [Unmaintained] Baloo | Reporter: | Julian Schmidt <julian> |
Component: | General | Assignee: | Vishesh Handa <me> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Julian Schmidt
2014-05-04 12:42:19 UTC
What kind of files were in the tarball? it was a backup of an old home folder. while I noticed it was baloo slowing down the system an I looked via balooshow it was extracting some pdf files. But it was slow before for a long time since I started the extraction. I also noticed the slowdown while just copying large amounts of random files from an external HDD to my home folder. since I excluded my home folder from the desktop search KDE is running like a rocket again and I had no sluggy UI ever since. The default IO scheduler in Kubuntu is deadline, which isn't great from keeping the system very responsive. Kubuntu developers have changed it for 14.10. This should make your system more responsible. You can change it locally by running the following command - $ echo "cfq" > /sys/block/{DEVICE-NAME}/queue/scheduler Change ${DEVICE-NAME} to sda or whatever your disk is. I'm marking this bug as FIXED. If it's still a problem after changing the io scheduler, then please re-open this bug. |