From 6e95a65bc688d0bdf764f44ad93bcc80b4e228de Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Sun, 26 Apr 2026 14:14:36 -0400 Subject: [PATCH] master conf var update --- Master.conf | 2 +- user_script_plug-in.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Master.conf b/Master.conf index 0100930..4fd2acb 100644 --- a/Master.conf +++ b/Master.conf @@ -823,7 +823,7 @@ NETWORK_CONNECT_NETWORKS=( # (Sonarr, Radarr, Lidarr, NextCloud etc.) you can silently exhaust the limit. # Symptoms: containers miss file events, downloads not detected, library not updated. # These settings are lost on reboot — reapplied automatically at array start. - INOTIFY_MAX_INSTANCES=512 # default: 128 — max inotify instances per user + INOTIFY_MAX_INSTANCES=1024 # default: 128 — max inotify instances per user INOTIFY_MAX_WATCHES=524288 # default: 8192 — max files watched per instance INOTIFY_MAX_QUEUED_EVENTS=32768 # default: 16384 — max events queued before dropping diff --git a/user_script_plug-in.sh b/user_script_plug-in.sh index 437480b..91e5c29 100644 --- a/user_script_plug-in.sh +++ b/user_script_plug-in.sh @@ -289,6 +289,7 @@ # ━━━ unRAID Essentials ━━━ #/mnt/user/appdata/unraid_scripts/unRAID_Essentials/clear_logs.sh #/mnt/user/appdata/unraid_scripts/unRAID_Essentials/docker_syslog_filter.sh +#/mnt/user/appdata/unraid_scripts/unRAID_Essentials/inotify_tuning.sh #/mnt/user/appdata/unraid_scripts/unRAID_Essentials/mover_stop.sh #/mnt/user/appdata/unraid_scripts/unRAID_Essentials/php_fpm_max_children.sh #/mnt/user/appdata/unraid_scripts/unRAID_Essentials/rsync_stop.sh