I've recently switched to Xubuntu and just noticed a process I've not come across before---tumblerd that was eating about 100MB. I can't find much information about this, except for this on SourceForge. Should I be concerned?
I've recently switched to Xubuntu and just noticed a process I've not come across before---tumblerd that was eating about 100MB. I can't find much information about this, except for this on SourceForge. Should I be concerned?
It's another program called tumbler that is part of the XFCE standard installation (package
tumbler
).From the package description:
(followed Daenyth's suggestion and moved this from a comment to an answer)
tumblerd
may be eating lots of CPU if you:are downloading some huge media file (e.g. movie) and
have the download folder open in Thunar.
I'm guessing every time the file grows a tiny bit,
tumblerd
will check to see if it has changed, and try to remake the thumbnail. Closing the folder makestumblerd
stop.There's a XFCE Bugzilla bug report on it, still open as of yet. See also the list of open tumblerd bugs.
(Apparantly it may even happen with completed downloads, though this may have been fixed in 12.04; I haven't confirmed it myself).
The bug is still present in Xubuntu 14.04 x64.
The workaround of editing /etc/xdg/tumbler/tumbler.rc and disabling video file thumbnailing works fine for me. Image file thumbnails are more important to me, and those work without problems.
You can edit tumbler behavior by editing
/etc/xdg/tumbler/tumbler.rc
(destination may be different - search in/etc
).There you can set folders where can tumbler work (i set only
/home
), and disable some plugins (i keep only jpeg & pdf)I think this is good compromise.
The bug still exists in Xubuntu 12.04 x64 for me. I had a folder open with several big MPEG2 files (complete size around 30GB) in Thunar and after starting one movie file in SMPlayer my system became unusable.
top revealed tumblerd as ressource hog. I disabled thumbnails in Thunar and deinstalled the tumbler package. Things are fine now.
BTW: None of the MPEG2 files was changing size.
Running XFCE(Ubuntu 14.04)x64 on amd5400b.
Tumbler will alternate between cpu0 & cpu1 at over 90% (as shown by gkrellm).
Kill process
tumblerd
and system load returns to normal.Thanks to @ciprianl & @alvinish Raj for suggestions on fix.