Public bug reported: Binary package hint: beagle
As described by Joe Shaw in http://thomas.apestaart.org/log/?p=482#comment-2699 beagle will fall- back to continously indexing a user's files, if it fails to inotfy watch all directories for changes. The described solution is increasing /proc/sys/fs/inotify/max_user_watches to some higher value. Increasing this number should not have any adverse effects, unless the watches are actually used. On my system I increased the number to 32768, as i have almost that many sub-directories in my homedir: find . -type d | wc -l I increased the value by adding "fs.inotify.max_user_watches = 32768" to /etc/sysctl.conf, not sure if it can be done in some way only if beagle has been installed? ** Affects: beagle (Ubuntu) Importance: Undecided Status: Unconfirmed -- max inotify user watches in the kernel should be increased for beagle indexing to be optimal https://bugs.launchpad.net/bugs/115801 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
