Damselfly
Damselfly copied to clipboard
Filewatch inotify limits - Unraid instructions
Unraid Instructions Max Watches (fs.inotify.max_user_watches) can be easily edited via the Tips and Tweaks plug-in. If you need to change the Max Instances (fs.inotify.max_user_instances) can be changed by adding this line to your /boot/config/go file: "sysctl -qw fs.inotify.max_user_instances="XXX" > /dev/null" (where XXX is your desired value; default is 128).
Source: https://forums.unraid.net/topic/58894-still-not-enough-inotify-watches
/
Thanks - this is useful. I'll add it to the docs.