Damselfly icon indicating copy to clipboard operation
Damselfly copied to clipboard

Filewatch inotify limits - Unraid instructions

Open poke0 opened this issue 4 years ago • 1 comments

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

Unraid Tweaks plug-in /

poke0 avatar Jan 05 '22 06:01 poke0

Thanks - this is useful. I'll add it to the docs.

Webreaper avatar Jan 05 '22 07:01 Webreaper