I'm stuck in a situation where I'm either running out of memory, or running out of inotify watches.
I have a container (running crashplan) that wants to open too many watches. If I set fs.inotify.max_user_watches too low on the host, then the container will use up all the watches, leaving none...