Daily Shaarli

All links of one day in a single page.

June 8, 2025

iptv-org
inotify limit in docker container : r/jellyfin

The configured user limit (8192) on the number of inotify watches has been reached


    Go to Control Panel > Task Scheduler.

    Create a New Task > Triggered Task > User-defined script.

    In General Settings tab: give it a name (e.g. “sysctl inotify fix”) and Event = Boot-up.

    In the Task Settings tab: enter this in the Run Command box:

    sh -c '(sleep 90 && echo 204800 > /proc/sys/fs/inotify/max_user_watches)&'