Replies: 2 comments
|
Same here. Running on Synology. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
I'm using the experimental option "Automatic library watching" and I'm encountering this error. I read #6833, but disabling the function is not an option for me since I extensively work with the library outside of Immich.
I already tried to increase the watcher limit, first to 512, then 1024, now even to 524288. According to
lsof | grep inotify | wc -lI never had more than 200 watchers active. I have about 250k images and videos in my external libraries, so IMO 500k watchers should be more than sufficient.What more can I do to allow enough inotify watchers?
If it matters, here is my compose file:
Immich version currently running: 2.7.4. Host OS is Debian 13 (OpenMediaVault 8.3.2)
All reactions