Hello,
how can you make fs.inotify.max_user_watches persistent beween reboots ?
I try this approach but it goes away after a reboot:
cat /proc/sys/fs/inotify/max_user_watches
echo fs.inotify.max_user_watches=1000000 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p