Summary: | kio_http_cache_cleaner starts every few minutes and causes extreme disk I/O or thrashing | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Ian <iajava> |
Component: | http | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahartmetz, bugs.kde.org3, grundleborg, oliver.henshaw, rdieter, sin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ian
2006-07-15 16:50:22 UTC
A debian user have also reported this - and created some kind of patch for it. I do not have skills/time to try to review it now, but it is located in the debian bugreport 401561 at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401561 /Sune Would another option be to run the cleaner at a lower ionice (http://friedcpu.wordpress.com/2007/07/17/why-arent-you-using-ionice-yet) priority or a lower nice priority? Perhaps this would allow it to hang just konqueror rather than the whole system when it runs. I have noted the same behaviour. it starts regurarly and has high disk i/o that slows the system down (I have all luks/dm-crypt encrypted) On KDE 3.5.7, Debian4, kio_http_cache_cleaner starts about every 5 minutes even when konqueror not used. It cracks with HDD, very annoing during the night time. I have a plenty of space for cache. Can it be tuned to start once a day? This should be fixed for good in revision 1011001 (it looks like a binary number but it isn't! ;) ) in trunk. Most importantly, the cache cleaner only runs if there is actually activity in the cache. And if it runs it will make sure not to hog the disk all the time by running for 100 milliseconds and then pausing for the same time. This is not elegant or the best way but it works, for now. |