Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message "Inotify max_user_watches" #6

Open
DerDominik opened this issue Mar 19, 2021 · 1 comment
Open

Error message "Inotify max_user_watches" #6

DerDominik opened this issue Mar 19, 2021 · 1 comment

Comments

@DerDominik
Copy link

Sometimes I'm getting the error message:
monitor.c:216: warn: WARNING: Inotify max_user_watches [8192] is low or close to the number of used watches [2451] and I do not have permission to increase this limit. Please do so manually by writing a higher value into /proc/sys/fs/inotify/max_user_watches
Afterwards the docker is stopped with minidlna.c:155: warn: received signal 15, good-bye

Is there a possibility to increase the value?

@ppuiseux
Copy link

Hello, try to set/add fs.inotify.max_user_watches=16384 into /etc/sysctl.conf.
Thanks to https://forum.openmediavault.org/index.php?thread/3680-minidlna-inotify-max-user-watches/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants