Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions users/faq-parts/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,13 @@ the filesystem watcher on linux:
Failed to start filesystem watcher for folder yourLabel (yourID): failed to
set up inotify handler. Please increase inotify limits, see https://docs.syncthing.net/users/faq.html#inotify-limits

Linux typically restricts the number of watches per user (usually 8192). If
you have many directories, you will need to adjust that number.
Linux typically restricts the number of watches per user (usually 8192).
If you have many directories (including subdirectories), you will need to adjust
that number. Note that the many other services use inotify watches - even if you
are not watching a particularly large number of directories through Syncthing,
you still may hit this limit due to use by other programs.
There are `tools available <https://stackoverflow.com/a/60705427/>`__ which allow
a user to quickly see how many watches are being used and by which processes.

On many Linux distributions you can run the following to fix it::

Expand Down