Persistent fs.inotify.max_user_watches

Please read man sysctl.d. TL:DR; create a file /etc/sysctl.d/max_user_watches.conf and put fs.inotify.max_user_watches = 1000000 in there. (double check the format, I wrote this by heart).

2 Likes