master conf var update

This commit is contained in:
2026-04-26 14:14:36 -04:00
parent e03c531159
commit 6e95a65bc6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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