Bug 150687

Summary: intense usage of kio_http_cache_cleaner is blocking computer
Product: [Applications] konqueror Reporter: Mikolaj Machowski <mikmach>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: ahartmetz, jniklast, julianhernandez
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mikolaj Machowski 2007-10-10 23:06:39 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

Very intense usage of kio_http_cache_cleaner is blocking whole computer - not only Konqueror for several seconds. Each hour it is triggered by some event and makes every application unusable by completely taking over of hard disk.

At least start it with lowest priority, please.
Comment 1 Julian Hernandez Gomez 2009-06-16 04:35:39 UTC
I'm seeing exactly the same behavior in Debian GNU/Linux (sid):

Konqueror
Version 4.2.4 (KDE 4.2.4)
Using KDE 4.2.4 (KDE 4.2.4)


running iotop shows kio_http_cache_cleaner performing 99% of the total I/O activity.
Comment 2 Niklas Trautwein 2009-07-23 00:17:42 UTC
i can confirm this with 4.3 RC2 on kubuntu jaunty.
it's really annoying since it makes the system incredibly slow.
Comment 3 Andreas Hartmetz 2009-08-15 20:21:46 UTC
Fixed in trunk. Cleanup only happens when the cache size has actually increased, and when it happens it's less intrusive.